summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-18 11:50:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:52 -0500
commit063daf6ab58dfe5f2d01da0f566a58c0cc77cde0 (patch)
treec144ad49189b2e54bace272443b9e554764db3f1 /source4/lib
parent6a9a1bd913a7cdc865c88a290020e6bddb777f98 (diff)
downloadsamba-063daf6ab58dfe5f2d01da0f566a58c0cc77cde0.tar.gz
samba-063daf6ab58dfe5f2d01da0f566a58c0cc77cde0.tar.bz2
samba-063daf6ab58dfe5f2d01da0f566a58c0cc77cde0.zip
r25205: $(srcdir) isn't expanded here...
metze (This used to be commit 4bce808917e296a0d50f39516da06bfb12418cf8)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/talloc/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk
index 0f138aafcd..714ad72d1c 100644
--- a/source4/lib/talloc/config.mk
+++ b/source4/lib/talloc/config.mk
@@ -5,7 +5,7 @@ VERSION = 0.0.1
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
#