don't automatically generate Makefile, config.h.in, etc.
authorkramm <kramm>
Fri, 26 Oct 2001 17:14:35 +0000 (17:14 +0000)
committerkramm <kramm>
Fri, 26 Oct 2001 17:14:35 +0000 (17:14 +0000)
pdf2swf/Makefile.am

index a88df65..2d7ce67 100644 (file)
@@ -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)