diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 00:35:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:34 -0500 |
commit | b7477fb3881ac4490da040b054094a865128b951 (patch) | |
tree | 51356e55b99a6abecc5d002463f8f149d7a9f031 /source4/client/config.mk | |
parent | 6d2dd5a2383410e3f50a9765b45c364a2d75a984 (diff) | |
download | samba-b7477fb3881ac4490da040b054094a865128b951.tar.gz samba-b7477fb3881ac4490da040b054094a865128b951.tar.xz samba-b7477fb3881ac4490da040b054094a865128b951.zip |
r18117: first steps in making samba4 use libreplace
(This used to be commit c079cedb084d621c5a0aac59310b237ba375df20)
Diffstat (limited to 'source4/client/config.mk')
-rw-r--r-- | source4/client/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk index ebac2a4bb00..546d14d12ba 100644 --- a/source4/client/config.mk +++ b/source4/client/config.mk @@ -13,7 +13,7 @@ PRIVATE_DEPENDENCIES = \ LIBCLI_SMB \ RPC_NDR_SRVSVC \ LIBCLI_LSA \ - LIBPOPT \ + POPT_EXT \ POPT_SAMBA \ POPT_CREDENTIALS # End BINARY smbclient @@ -29,7 +29,7 @@ OBJ_FILES = \ PRIVATE_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBCLI_SMB \ - LIBPOPT \ + POPT_EXT \ POPT_SAMBA \ POPT_CREDENTIALS # End BINARY sdd |