Move object files lists to makefile rather than smb_build.
[kai/samba-autobuild/.git] / source4 / lib / dbwrap / config.mk
index 01ce4ddd8e6a65da8c753dae3f32a4f7cc619e8d..9038873d326f96f11aaef7cca7e3a97ecb65ec8c 100644 (file)
@@ -1,6 +1,6 @@
 [SUBSYSTEM::LIBDBWRAP]
-OBJ_FILES = dbwrap.o \
-               dbwrap_tdb.o \
-               dbwrap_ctdb.o
 PUBLIC_DEPENDENCIES = \
                LIBTDB ctdb
+
+LIBDBWRAP_OBJ_FILES = $(addprefix lib/dbwrap/, dbwrap.o dbwrap_tdb.o dbwrap_ctdb.o)
+