pkg-config/popt/Makefile.am
Dan Nicholson aa4634eb31 Move popt to subdirectory and make a convenience library of it
This keeps a cleaner separation of the pkg-config sources and the
imported popt sources.
2010-05-09 10:22:02 +02:00

8 lines
131 B
Makefile

noinst_LTLIBRARIES = libpopt.la
libpopt_la_SOURCES = \
popt.c \
popt.h \
poptconfig.c \
popthelp.c \
poptint.h \
poptparse.c