diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 06:10:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 06:10:10 +0000 |
commit | c9179017c7e70703b7cac46c2df8b950506319e0 (patch) | |
tree | c0efdddb8a11493ed1bee357bc32d604a67b9000 /libXpm/Makefile.am | |
parent | bea6c919fcb289fdf2b1e7938f39dec026c25b21 (diff) | |
download | vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.tar.gz vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.tar.bz2 vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.zip |
Added libXpm-3.5.8
Diffstat (limited to 'libXpm/Makefile.am')
-rw-r--r-- | libXpm/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libXpm/Makefile.am b/libXpm/Makefile.am new file mode 100644 index 000000000..d6e7b293c --- /dev/null +++ b/libXpm/Makefile.am @@ -0,0 +1,27 @@ +# Daniel Stone disowns all copyright on this file; no warranty is given as to its +# suitability or otherwise. + +SUBDIRS = src sxpm cxpm + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xpm.pc +EXTRA_DIST = \ + xpm.pc.in \ + xpm.PS.gz \ + CHANGES \ + COPYRIGHT \ + FAQ.html \ + FILES \ + README.AMIGA \ + README.html \ + README.MSW + +EXTRA_DIST += ChangeLog +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog |