mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-14 06:59:54 -05:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
pkglibdir = $(libdir)/@PACKAGE@/scopes
|
|
|
|
AM_CFLAGS = -g -O2 -W -Wall
|
|
|
|
pkglib_LTLIBRARIES = scope-level.la
|
|
|
|
scope_level_la_SOURCES = level.c
|
|
scope_level_la_LDFLAGS = -module
|
|
scope_level_la_LIBADD = -lncurses
|