fsv/lib/Makefile.am

10 lines
175 B
Makefile
Raw Normal View History

2011-12-13 16:56:20 +01:00
noinst_LIBRARIES = libmisc.a
2011-12-13 14:57:14 +01:00
INCLUDES = @GTK_CFLAGS@
noinst_HEADERS = \
getopt.h \
nvstore.h
libmisc_a_SOURCES = getopt.c getopt1.c nvstore.c
libmisc_a_LIBADD = @LIBOBJS@