diff Makefile.in @ 587:1151059c5eff

Work properly again with bundled libtom*. autoconf is a hassle.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 21 Jul 2010 13:27:44 +0000
parents d194db6f9453
children a86044b99989
line wrap: on
line diff
--- a/Makefile.in	Wed Jul 21 12:55:25 2010 +0000
+++ b/Makefile.in	Wed Jul 21 13:27:44 2010 +0000
@@ -76,7 +76,7 @@
 STRIP=@STRIP@
 INSTALL=@INSTALL@
 CPPFLAGS=@CPPFLAGS@
-CFLAGS=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@
+CFLAGS+=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@
 LIBS+=@LIBS@
 LDFLAGS=@LDFLAGS@