git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff509cd
)
don't automatically generate Makefile, config.h.in, etc.
author
kramm
<kramm>
Fri, 26 Oct 2001 17:14:35 +0000
(17:14 +0000)
committer
kramm
<kramm>
Fri, 26 Oct 2001 17:14:35 +0000
(17:14 +0000)
pdf2swf/Makefile.am
patch
|
blob
|
history
diff --git
a/pdf2swf/Makefile.am
b/pdf2swf/Makefile.am
index
a88df65
..
2d7ce67
100644
(file)
--- 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)