diff options
Diffstat (limited to 'popt/Makefile.am')
-rw-r--r-- | popt/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am new file mode 100644 index 0000000..b42c5e5 --- /dev/null +++ b/popt/Makefile.am @@ -0,0 +1,12 @@ +noinst_LTLIBRARIES = libpopt.la +libpopt_la_SOURCES = \ + popt.c \ + popt.h \ + poptconfig.c \ + popthelp.c \ + poptint.h \ + poptparse.c \ + findme.c \ + findme.h + +EXTRA_DIST = COPYING |