mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
8 lines
162 B
Makefile
8 lines
162 B
Makefile
#######################
|
|
# Start LIBRARY swig_ldb
|
|
[PYTHON::swig_ldb]
|
|
PUBLIC_DEPENDENCIES = LIBLDB
|
|
SWIG_FILE = ldb.i
|
|
# End LIBRARY swig_ldb
|
|
#######################
|