diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 7 | ||||
-rw-r--r-- | source4/lib/ldb/python.mk | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 38f6c371a2..d37cd0d650 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -192,13 +192,6 @@ PRIVATE_DEPENDENCIES = \ # End BINARY ad2oLschema ################################################ -####################### -# Start LIBRARY swig_ldb -[PYTHON::swig_ldb] -PUBLIC_DEPENDENCIES = LIBLDB LIBPYTHON -SWIG_FILE = ldb.i -# End LIBRARY swig_ldb -####################### include tools/config.mk include ldb_ildap/config.mk diff --git a/source4/lib/ldb/python.mk b/source4/lib/ldb/python.mk new file mode 100644 index 0000000000..12badf04f6 --- /dev/null +++ b/source4/lib/ldb/python.mk @@ -0,0 +1,7 @@ +####################### +# Start LIBRARY swig_ldb +[PYTHON::swig_ldb] +PUBLIC_DEPENDENCIES = LIBLDB LIBPYTHON +SWIG_FILE = ldb.i +# End LIBRARY swig_ldb +####################### |