diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-05 04:56:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:44 -0500 |
commit | 28456784e9c547f564635fe32df48eccecfc84b6 (patch) | |
tree | 9ffb479a2de72afa25385e9a5a7acaaaca53151b /source4/lib/ldb/config.mk | |
parent | 5cea3edcefc8bec3caed077a5712cb06c7f14816 (diff) | |
download | samba-28456784e9c547f564635fe32df48eccecfc84b6.tar.gz samba-28456784e9c547f564635fe32df48eccecfc84b6.tar.xz samba-28456784e9c547f564635fe32df48eccecfc84b6.zip |
r12717: Always compile the skel module, so we know when we break it.
Also fix up all the current issues with the skel module.
Andrew Bartlett
(This used to be commit d0a0a8de3fa73d8f06a801203e00b90ed8359b98)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 96cd0dbad88..13280bac686 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -61,6 +61,15 @@ OBJ_FILES = modules/ldb_map.o ################################################ ################################################ +# Start MODULE libldb_skel +[MODULE::libldb_skel] +SUBSYSTEM = LIBLDB +OUTPUT_TYPE = MERGEDOBJ +OBJ_FILES = modules/skel.o +# End MODULE libldb_skel +################################################ + +################################################ # Start MODULE libldb_sqlite3 [MODULE::libldb_sqlite3] SUBSYSTEM = LIBLDB |