diff options
author | Michael Adam <obnox@samba.org> | 2008-09-17 17:45:50 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-17 17:50:18 +0200 |
commit | 4d12acf326520875871c97806beb1ece42fdb957 (patch) | |
tree | 87de7f43780ab80d91414c5edf075fe293470883 /examples/libsmbclient | |
parent | eeac8d4fbe729830b6daf6ee2e53db277000ffda (diff) | |
download | samba-4d12acf326520875871c97806beb1ece42fdb957.tar.gz samba-4d12acf326520875871c97806beb1ece42fdb957.tar.bz2 samba-4d12acf326520875871c97806beb1ece42fdb957.zip |
examples/libsmbclient: adapt to new samba3 source dir "source3/
Michael
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r-- | examples/libsmbclient/Makefile.internal.in | 2 | ||||
-rw-r--r-- | examples/libsmbclient/smbwrapper/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/libsmbclient/Makefile.internal.in b/examples/libsmbclient/Makefile.internal.in index dd4518f212..dc94837e0c 100644 --- a/examples/libsmbclient/Makefile.internal.in +++ b/examples/libsmbclient/Makefile.internal.in @@ -6,7 +6,7 @@ CC = @CC@ -SAMBA_DIR = ../../source +SAMBA_DIR = ../../source3 SAMBA_INCLUDES = -I$(SAMBA_DIR)/include SAMBA_LIBPATH = -L$(SAMBA_DIR)/bin diff --git a/examples/libsmbclient/smbwrapper/Makefile b/examples/libsmbclient/smbwrapper/Makefile index eb470056e1..952015e96e 100644 --- a/examples/libsmbclient/smbwrapper/Makefile +++ b/examples/libsmbclient/smbwrapper/Makefile @@ -3,9 +3,9 @@ DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL) -LDFLAGS = -L/usr/local/samba/lib -L../../../source/bin +LDFLAGS = -L/usr/local/samba/lib -L../../../source3/bin -SMBINCLUDE = -I../../../source/include +SMBINCLUDE = -I../../../source3/include CFLAGS= -fpic -g -O0 $(DEFS) $(SMBINCLUDE) BIN = . |