From: kramm Date: Fri, 26 Oct 2001 17:14:35 +0000 (+0000) Subject: don't automatically generate Makefile, config.h.in, etc. X-Git-Tag: automake_to_be_removed~9 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=6e09c9da9af8894a13cd8c3a787203322140a71d don't automatically generate Makefile, config.h.in, etc. --- 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)