summaryrefslogtreecommitdiff
path: root/examples/pdb/xml/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-17 16:25:39 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-17 16:25:39 +0000
commit3312086d7a2b1e2adb75c323e882f1cd4ea52e2e (patch)
treec142a4a969d2ff9f24b4ccb86c586ff3624f8e74 /examples/pdb/xml/Makefile.in
parentd5f8f1be7ed05fa31787a4352d8b01eff44c1fdd (diff)
downloadsamba-3312086d7a2b1e2adb75c323e882f1cd4ea52e2e.tar.gz
samba-3312086d7a2b1e2adb75c323e882f1cd4ea52e2e.tar.bz2
samba-3312086d7a2b1e2adb75c323e882f1cd4ea52e2e.zip
Better coding style
Move out last Makefile.pdb dependencies (This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
Diffstat (limited to 'examples/pdb/xml/Makefile.in')
-rw-r--r--examples/pdb/xml/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/pdb/xml/Makefile.in b/examples/pdb/xml/Makefile.in
index 87d4546972..252641da6d 100644
--- a/examples/pdb/xml/Makefile.in
+++ b/examples/pdb/xml/Makefile.in
@@ -2,8 +2,6 @@ PDB_OBJS = pdb_xml.so
PDB_CFLAGS = `xml2-config --cflags`
PDB_LDFLAGS = `xml2-config --libs`
-include $(MAKEFILE)
-
CC = @CC@
LIBTOOL = libtool
CFLAGS = @CFLAGS@ $(PDB_CFLAGS)