diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-12-13 19:14:03 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-12-13 19:14:03 +0000 |
commit | 2aea4578fe73119387d81f9c67e8221b5ad48eea (patch) | |
tree | a9c9d7e0a73ed22123a0108e7e41db25f5d03243 /plpprint | |
parent | e525cfb448442a7aed5ae63ac1d7b632f8584214 (diff) | |
download | plptools-2aea4578fe73119387d81f9c67e8221b5ad48eea.tar.gz plptools-2aea4578fe73119387d81f9c67e8221b5ad48eea.tar.bz2 plptools-2aea4578fe73119387d81f9c67e8221b5ad48eea.zip |
Don't need to remove Makefile.in in maintainer-clean-local.
Diffstat (limited to 'plpprint')
-rw-r--r-- | plpprint/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plpprint/Makefile.am b/plpprint/Makefile.am index ee20771..fd85438 100644 --- a/plpprint/Makefile.am +++ b/plpprint/Makefile.am @@ -3,6 +3,7 @@ INCLUDES=-I$(top_srcdir)/lib sbin_PROGRAMS = plpprintd +plpprintd_CPPFLAGS = -DPKGDATADIR="\"$(pkgdatadir)\"" plpprintd_LDADD = $(LIB_PLP) $(INTLLIBS) plpprintd_SOURCES = plpprintd.cc @@ -11,4 +12,4 @@ EXTRA_DIST = prolog.ps.in fontmap pkgdata_DATA = prolog.ps fontmap maintainer-clean-local: - rm -f Makefile.in prolog.ps + rm -f prolog.ps |