1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

ldb: Fix building python modules against system-provided ldb.

This commit is contained in:
Jelmer Vernooij 2008-01-20 16:10:43 +01:00
parent 2c2b16b5ae
commit 583ea85ae0

View File

@ -2,6 +2,7 @@
# Start LIBRARY swig_ldb
[PYTHON::swig_ldb]
PUBLIC_DEPENDENCIES = LIBLDB
CFLAGS = -Ilib/ldb/include
SWIG_FILE = ldb.i
# End LIBRARY swig_ldb
#######################