From 3c740c8c767b3e3b0fbc81d211fda1033af2f26d Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 26 Oct 2001 18:12:26 +0000 Subject: [PATCH] removed the all-am stuff again --- pdf2swf/Makefile.am | 2 -- src/Makefile.am | 2 -- 2 files changed, 4 deletions(-) diff --git a/pdf2swf/Makefile.am b/pdf2swf/Makefile.am index 2d7ce67..a88df65 100644 --- a/pdf2swf/Makefile.am +++ b/pdf2swf/Makefile.am @@ -8,5 +8,3 @@ 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) diff --git a/src/Makefile.am b/src/Makefile.am index 2c9fa29..a56c96e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,5 +9,3 @@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfcombine_LINK = $(CCLD) ../lib/log.o -o $@ swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@ man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1 -# don't build Makefile, only executables: -all-am: $(PROGRAMS) $(MANS) -- 1.7.10.4