diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-03 02:31:47 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-03 10:24:38 +0100 |
commit | e6bb55c3d5b491ab9e6d568e6ce7594695e53322 (patch) | |
tree | 4c8403ee5e1f278e855ea0bde60141bc11049292 /lib/tdb | |
parent | 810b670b754f1f1f547c94c1b9bcff40154e7bb2 (diff) | |
download | samba-e6bb55c3d5b491ab9e6d568e6ce7594695e53322.tar.gz samba-e6bb55c3d5b491ab9e6d568e6ce7594695e53322.tar.xz samba-e6bb55c3d5b491ab9e6d568e6ce7594695e53322.zip |
lib/tdb: don't generate a static library for the samba4 build
We also don't do this for talloc and ldb.
metze
Diffstat (limited to 'lib/tdb')
-rw-r--r-- | lib/tdb/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/config.mk b/lib/tdb/config.mk index 90c9ba2863..38b03b93b6 100644 --- a/lib/tdb/config.mk +++ b/lib/tdb/config.mk @@ -1,7 +1,7 @@ ################################################ # Start SUBSYSTEM LIBTDB [LIBRARY::LIBTDB] -OUTPUT_TYPE = STATIC_LIBRARY +OUTPUT_TYPE = MERGED_OBJ CFLAGS = -I$(tdbsrcdir)/include # # End SUBSYSTEM ldb |