diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-07 10:02:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:50 -0500 |
commit | a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273 (patch) | |
tree | 8b8dec47de3b082143435246201a75a04d0fb1dd /source4/lib/registry | |
parent | af7886614a2b9e36b9e6a31f48a775b900d9183c (diff) | |
download | samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.gz samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.xz samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.zip |
r18213: don't list LIBREPLACE depdendecies explicit and
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 599fade97f..89a77c231e 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -34,7 +34,6 @@ INIT_FUNCTION = registry_w95_init SUBSYSTEM = registry OBJ_FILES = \ reg_backend_w95.o -PUBLIC_DEPENDENCIES = LIBREPLACE # End MODULE registry_w95 ################################################ @@ -99,7 +98,7 @@ OBJ_FILES = \ reg_samba.o \ patchfile.o PUBLIC_DEPENDENCIES = \ - LIBSAMBA-UTIL CHARSET LIBREPLACE + LIBSAMBA-UTIL CHARSET PRIVATE_PROTO_HEADER = registry_proto.h PUBLIC_HEADERS = registry.h # End MODULE registry_ldb |