svn commit: samba r17683 - in branches/SAMBA_4_0/source/lib/talloc: .

tridge at samba.org tridge at samba.org
Tue Aug 22 03:24:24 GMT 2006


Author: tridge
Date: 2006-08-22 03:24:23 +0000 (Tue, 22 Aug 2006)
New Revision: 17683

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17683

Log:

to pick up config.h we need -I. as well for talloc

Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-22 03:21:29 UTC (rev 17682)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-22 03:24:23 UTC (rev 17683)
@@ -10,7 +10,7 @@
 XSLTPROC = @XSLTPROC@
 INSTALLCMD = @INSTALL@
 CC = @CC@
-CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I$(srcdir)
+CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I$(srcdir) -I.
 EXTRA_TARGETS = @DOC_TARGET@
 
 .SUFFIXES: .c .o .3 .3.xml .xml .html



More information about the samba-cvs mailing list