diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 715a05b..2a9ca64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,17 @@ # Daniel Stone disowns all copyright on this file; no warranty is given as to its # suitability or otherwise. -SUBDIRS=src sxpm cxpm +SUBDIRS = src sxpm cxpm -pkgconfigdir=$(libdir)/pkgconfig -pkgconfig_DATA=xpm.pc -EXTRA_DIST=xpm.pc.in xpm.PS.gz COPYRIGHT FAQ.html FILES README.AMIGA README.html README.MSW +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 |