diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:26 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:26 +0900 |
commit | 7971aaeae56bd004926a9c8ad20ce9e51d3a65ff (patch) | |
tree | d444998270156668444cd7e9448998d4ca960db5 /popt/Makefile.am | |
parent | 5ec49d7969628ec586e19efdd894966519ed0733 (diff) | |
download | pkg-config-7971aaeae56bd004926a9c8ad20ce9e51d3a65ff.tar.gz pkg-config-7971aaeae56bd004926a9c8ad20ce9e51d3a65ff.tar.bz2 pkg-config-7971aaeae56bd004926a9c8ad20ce9e51d3a65ff.zip |
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 |