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

metze at samba.org metze at samba.org
Tue Sep 18 11:50:41 GMT 2007


Author: metze
Date: 2007-09-18 11:50:39 +0000 (Tue, 18 Sep 2007)
New Revision: 25205

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

Log:
$(srcdir) isn't expanded here...

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/config.mk	2007-09-18 06:36:07 UTC (rev 25204)
+++ branches/SAMBA_4_0/source/lib/talloc/config.mk	2007-09-18 11:50:39 UTC (rev 25205)
@@ -5,7 +5,7 @@
 SO_VERSION = 0
 OBJ_FILES = talloc.o
 MANPAGE = talloc.3
-CFLAGS = -I$(srcdir)/lib/talloc
+CFLAGS = -Ilib/talloc
 PUBLIC_HEADERS = talloc.h
 DESCRIPTION = A hierarchical pool based memory system with destructors
 #



More information about the samba-cvs mailing list