svn commit: samba r26595 - in branches/SAMBA_4_0: . source/scripting/python

jelmer at samba.org jelmer at samba.org
Tue Dec 25 16:36:41 GMT 2007


Author: jelmer
Date: 2007-12-25 16:36:39 +0000 (Tue, 25 Dec 2007)
New Revision: 26595

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26595

Log:
Fix includes for hosts without gssapi as system header.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/scripting/python/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/scripting/python/config.mk
===================================================================
--- branches/SAMBA_4_0/source/scripting/python/config.mk	2007-12-25 16:36:36 UTC (rev 26594)
+++ branches/SAMBA_4_0/source/scripting/python/config.mk	2007-12-25 16:36:39 UTC (rev 26595)
@@ -12,7 +12,7 @@
 OBJ_FILES = uuidmodule.o
 
 [PYTHON::python_misc]
-PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB
+PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS
 SWIG_FILE = misc.i
 
 # Swig extensions



More information about the samba-cvs mailing list