[sword-cvs] sword/lib Makefile.am,1.9,1.10

sword@www.crosswire.org sword@www.crosswire.org
Tue, 8 Jul 2003 06:19:43 -0700


Update of /usr/local/cvsroot/sword/lib
In directory www:/tmp/cvs-serv31204/lib

Modified Files:
	Makefile.am 
Log Message:

and make --without-zlib mean something as well


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/lib/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	8 Jul 2003 07:48:04 -0000	1.9
+++ Makefile.am	8 Jul 2003 13:19:41 -0000	1.10
@@ -1,6 +1,15 @@
 AUTOMAKE_OPTIONS = 1.6
 INCLUDES = -I$(top_srcdir)/include
 INCLUDES += -DUSE_AUTOTOOLS -DUNIX
+
+if ZLIB
+ZLIBDEF = 
+else
+ZLIBDEF = -DEXCLUDEZLIB
+endif
+
+INCLUDES += $(ZLIBDEF)
+
 # Global config directory
 globalconfdir := @sysconfdir@