2004-09-07 10:34:15 -04:00
|
|
|
INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
|
|
|
|
|
|
|
libsys_LTLIBRARIES = libscshncurses.la
|
|
|
|
|
|
|
|
libscshncurses_la_SOURCES = ncurses.c
|
|
|
|
|
|
|
|
libscshncurses_la_LIBADD = -lncurses
|
2006-04-18 09:27:52 -04:00
|
|
|
libscshncurses_la_LDFLAGS = -version-info 1:1:0 -module
|