xref: /third_party/alsa-lib/src/pcm/scopes/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-lib/src/pcm/scopes/
1pkglibdir = $(libdir)/@PACKAGE@/scopes
2
3AM_CFLAGS = -g -O2 -W -Wall
4
5pkglib_LTLIBRARIES = scope-level.la
6
7scope_level_la_SOURCES = level.c
8scope_level_la_LDFLAGS = -module
9scope_level_la_LIBADD = -lncurses
10

Indexes created Thu Nov 07 10:32:03 CST 2024