diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 04:58:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:37 -0500 |
commit | 014f70008fcfdb631031c48aa9654ad5b42e62f9 (patch) | |
tree | 6a4b96d6a166633c9fdbca6e8bd001da90d0164b /source4/lib/util | |
parent | a983b06d37c3b87a02444d9a9862777b88629344 (diff) | |
download | samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.gz samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.xz samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.zip |
r18130: the move to system/ in libreplace broke some things ... should be
happier now
(This used to be commit 18542f184f75074e56a9793a9e3b6c6d747bb9e6)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 0a05c672264..3a8eb78e504 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -38,6 +38,7 @@ OBJ_FILES = pidfile.o [SUBSYSTEM::UNIX_PRIVS] PRIVATE_PROTO_HEADER = unix_privs.h OBJ_FILES = unix_privs.o +PUBLIC_DEPENDENCIES = LIBREPLACE ################################################ # Start SUBSYSTEM WRAP_XATTR @@ -45,7 +46,7 @@ OBJ_FILES = unix_privs.o PUBLIC_PROTO_HEADER = wrap_xattr.h OBJ_FILES = \ wrap_xattr.o -PUBLIC_DEPENDENCIES = XATTR +PUBLIC_DEPENDENCIES = XATTR LIBREPLACE # # End SUBSYSTEM WRAP_XATTR ################################################ |