summaryrefslogtreecommitdiff
path: root/packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-08-12 01:30:40 +0000
committerJohn Terpstra <jht@samba.org>2003-08-12 01:30:40 +0000
commit4bf01670244bd48c185e144ad0487716bff7fac7 (patch)
tree9bc650e2c4c92cf734667a60a3ae98c77293a557 /packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff
parentea552156a075297b05166eec4ff8b3719f5b2900 (diff)
downloadsamba-4bf01670244bd48c185e144ad0487716bff7fac7.tar.gz
samba-4bf01670244bd48c185e144ad0487716bff7fac7.tar.bz2
samba-4bf01670244bd48c185e144ad0487716bff7fac7.zip
Updating SuSE build files for Samba3
(This used to be commit 934fefa688fe735e2287c701ed8f913fc6147447)
Diffstat (limited to 'packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff')
-rw-r--r--packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff b/packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff
new file mode 100644
index 0000000000..13da47e740
--- /dev/null
+++ b/packaging/SuSE/samba3-3.0.0-Makefiles-heimdal.diff
@@ -0,0 +1,22 @@
+--- examples/pdb/Makefile Thu Sep 5 02:11:41 2002
++++ examples/pdb/Makefile Thu Sep 5 02:11:59 2002
+@@ -8,7 +8,7 @@
+ SAMBA_INCL = ../../source/include
+ UBIQX_SRC = ../../source/ubiqx
+ SMBWR_SRC = ../../source/smbwrapper
+-CFLAGS = -I$(SAMBA_SRC) -I$(SAMBA_INCL) -I$(UBIQX_SRC) -I$(SMBWR_SRC) -Wall -g
++CFLAGS = -I$(SAMBA_SRC) -I$(SAMBA_INCL) -I$(UBIQX_SRC) -I$(SMBWR_SRC) -Wall -g -I/usr/include/heimdal
+ PDB_OBJS = pdb_test.so
+
+ # Default target
+--- examples/VFS/Makefile.in 2003-06-04 15:13:41.000000000 +0200
++++ examples/VFS/Makefile.in 2003-06-04 22:07:03.000000000 +0200
+@@ -7,7 +7,7 @@
+ SAMBA_SOURCE = @SAMBA_SOURCE@
+ SHLIBEXT = @SHLIBEXT@
+ OBJEXT = @OBJEXT@
+-FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE)
++FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -I/usr/include/heimdal
+
+
+ prefix = @prefix@