irssi/src/lib-popt/Makefile.am
2000-08-26 15:39:44 +00:00

11 lines
205 B
Makefile

noinst_LIBRARIES = libpopt.a
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src
libpopt_a_SOURCES = \
findme.c popt.c poptconfig.c popthelp.c poptparse.c
noinst_HEADERS = \
findme.h popt.h poptint.h