From 6e09c9da9af8894a13cd8c3a787203322140a71d Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 26 Oct 2001 17:14:35 +0000 Subject: [PATCH] don't automatically generate Makefile, config.h.in, etc. --- pdf2swf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf2swf/Makefile.am b/pdf2swf/Makefile.am index a88df65..2d7ce67 100644 --- a/pdf2swf/Makefile.am +++ b/pdf2swf/Makefile.am @@ -8,3 +8,5 @@ INCLUDES = -I../lib -I./xpdf man_MANS = pdf2swf.1 CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +# don't build Makefile, only executables: +all-am: $(PROGRAMS) $(MANS) -- 1.7.10.4