]> granicus.if.org Git - zziplib/commitdiff
no more ZZIP_LDFLAGS on bin/*.exe
authorGuido Draheim <guidod@gmx.de>
Mon, 3 Aug 2009 18:24:55 +0000 (18:24 +0000)
committerGuido Draheim <guidod@gmx.de>
Mon, 3 Aug 2009 18:24:55 +0000 (18:24 +0000)
ChangeLog
bins/Makefile.am

index 4f33b6ced82c45abe625a3d26435fc614301028f..e5bf257c3eb27683ea48c5f42600042b5c2257f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-08-03  guidod  <guidod@gmx.de>
 
+       * bins/Makefile.am: ZZIP_LDFLAGS are not needed for *.exe targets
+         in fact they make for problems in crosscompiling without libtool
        * zzip/fseeko.c: typo "fseeko" -> "fseek" made for a compile error
          on systems that do not have fseeko like windows msvcrt
          (reported by Josh Sickmate)
index ed9429d35df478ed1132b4e696ec622322ec5c42..a65b939f0ca67a8ba0857032ae91559be641e582 100644 (file)
@@ -20,36 +20,22 @@ WCC10_CLEAN = *.obj *.lk1 *.mk1 *.mk *.sym *.tgt
 EXTRA_DIST = $(aclocal_DATA)
 CLEANFILES = $(WCC10_CLEAN)
 
-unzzip_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzip_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzip_LDFLAGS = @ZZIPLIB_LDFLAGS@
 zzip_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zziptest_LDFLAGS = @ZZIPLIB_LDFLAGS@
 zziptest_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzcat_LDFLAGS =  @ZZIPLIB_LDFLAGS@
 zzcat_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzdir_LDFLAGS =  @ZZIPLIB_LDFLAGS@
 zzdir_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzxorcat_LDFLAGS =  @ZZIPLIB_LDFLAGS@
 zzxorcat_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzxordir_LDFLAGS =  @ZZIPLIB_LDFLAGS@
 zzxordir_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
-zzobfuscated_LDFLAGS =  @ZZIPLIB_LDFLAGS@
 zzobfuscated_LDADD = ../zzip/libzzip.la @RESOLVES@ -lz
 
 # these use the simplified mmapped disk version
-unzzipdir_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzipdir_LDADD = ../zzip/libzzipmmapped.la @RESOLVES@ -lz
-unzzipcat_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzipcat_LDADD = ../zzip/libzzipmmapped.la @RESOLVES@ -lz
-unzzipdir_mem_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzipdir_mem_LDADD = ../zzip/libzzipmmapped.la @RESOLVES@ -lz
-unzzipcat_mem_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzipcat_mem_LDADD = ../zzip/libzzipmmapped.la @RESOLVES@ -lz
-unzip_mem_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzip_mem_LDADD = ../zzip/libzzipmmapped.la @RESOLVES@ -lz
 # and this uses the simplified fseeko stdio version
-unzzipcat_seeko_LDFLAGS = @ZZIPLIB_LDFLAGS@
 unzzipcat_seeko_LDADD = ../zzip/libzzipfseeko.la @RESOLVES@ -lz
 
 ../zzip/libzzip.la : @top_srcdir@/zzip/*.c