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