moved extern declaration up to prevent compile-time errors.
[swftools.git] / Makefile.common.in
index f2f10fa..cbd8a68 100755 (executable)
@@ -7,6 +7,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
 # compiling
 DEFS=@DEFS@
+INCLUDES=
 C=@CC@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CFLAGS@
 CC=@CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
 L=@CC@ $(DEFS)
@@ -24,6 +25,7 @@ transform = @program_transform_name@
 # libtool stuff
 OBJEXT=@OBJEXT@
 EXEEXT=@EXEEXT@
+E=$(EXEEXT)
 ECHO=@ECHO@
 RANLIB=@RANLIB@
 STRIP=@STRIP@