|
From: <he...@us...> - 2009-07-20 20:33:22
|
Revision: 164
http://pdbsql.svn.sourceforge.net/pdbsql/?rev=164&view=rev
Author: herwinw
Date: 2009-07-20 20:32:50 +0000 (Mon, 20 Jul 2009)
Log Message:
-----------
* Added branch for samba 3.4 plugin. (WARNING: does not compile yet, probably some functions have been renamed)
* Updated include-path for Makefile. Removed duplicate entries. Updated entries for the new Samba 3.4 code layout. Removed legacy entries
Modified Paths:
--------------
branches/pdbsql_34/Makefile.in
Added Paths:
-----------
branches/pdbsql_34/
Modified: branches/pdbsql_34/Makefile.in
===================================================================
--- branches/pdbsql_32-test/Makefile.in 2008-12-20 12:40:51 UTC (rev 163)
+++ branches/pdbsql_34/Makefile.in 2009-07-20 20:32:50 UTC (rev 164)
@@ -11,7 +11,7 @@
PGSQL_LIBS = @PGSQL_LIBS@
SOURCEDIR = @SOURCEDIR@
LIBDIR = @LIBDIR@
-CFLAGS = -Wall @CFLAGS@ -I$(SOURCEDIR) -I$(SOURCEDIR)/include -I$(SOURCEDIR)/ubiqx -I$(SOURCEDIR)/popt -I$(SOURCEDIR)/lib/replace -I$(SOURCEDIR)/tdb/include -I$(SOURCEDIR)/librpc -I$(SOURCEDIR)/lib/tdb/include -I$(SOURCEDIR)/lib/talloc
+CFLAGS = -Wall @CFLAGS@ -I$(SOURCEDIR) -I$(SOURCEDIR)/include -I$(SOURCEDIR)/librpc -I$(SOURCEDIR)/../lib/replace -I$(SOURCEDIR)/../lib/tdb/include -I$(SOURCEDIR)/../lib/tevent -I$(SOURCEDIR)/..
all: $(addsuffix .$(SHLIBEXT), $(modules))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|