]> andersk Git - moira.git/commitdiff
Use JAVA_CPPFLAGS, filled in my configure, to find the right header files.
authorzacheiss <zacheiss>
Tue, 9 Oct 2001 10:18:12 +0000 (10:18 +0000)
committerzacheiss <zacheiss>
Tue, 9 Oct 2001 10:18:12 +0000 (10:18 +0000)
webmoira/Makefile.in

index d0e4bc27dd7b8a2d9906dbb90c2963028c89f83f..7904a524dd2e9481c0f01bd856d9fb669db7826c 100644 (file)
@@ -4,10 +4,11 @@ SHELL=/bin/sh
 @SET_MAKE@
 
 CC=@CC@
-CPPFLAGS=@CPPFLAGS@ -I/usr/java/include -I/usr/java/include/solaris
+CPPFLAGS=@CPPFLAGS@
+JAVA_CPPFLAGS=@JAVA_CPPFLAGS@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
-ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(DEFS)
+ALL_CFLAGS=$(CPPFLAGS) $(JAVA_CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 LIBS=@LIBS@
 MR_LIBDEP=@MR_LIBDEP@
This page took 0.150207 seconds and 5 git commands to generate.