mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
d356669492
rather than creating a separate shared library for it.
7 lines
181 B
Makefile
7 lines
181 B
Makefile
[PYTHON::pyldb]
|
|
LIBRARY_REALNAME = ldb.$(SHLIBEXT)
|
|
PUBLIC_DEPENDENCIES = LIBLDB PYTALLOC
|
|
|
|
pyldb_OBJ_FILES = $(ldbsrcdir)/pyldb.o
|
|
$(pyldb_OBJ_FILES): CFLAGS+=-I$(ldbsrcdir)/include
|