diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-06 01:36:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:35 -0500 |
commit | a59706f721c70e9a4f78eb2296bb746b912ce9d0 (patch) | |
tree | 6a0744113bec965cfec156f6c68cb905ee1ebe5c /source4/torture | |
parent | a83286d91cd3ff61b276955b1e0998f9e8ebc527 (diff) | |
download | samba-a59706f721c70e9a4f78eb2296bb746b912ce9d0.tar.gz samba-a59706f721c70e9a4f78eb2296bb746b912ce9d0.tar.bz2 samba-a59706f721c70e9a4f78eb2296bb746b912ce9d0.zip |
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
(This used to be commit 1adf65b4d7c5d2d4f65d4b28575bdf2368a42139)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 2da8caccdc..be2d6a1bde 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -270,7 +270,7 @@ OBJ_FILES = \ smbtorture.o PRIVATE_DEPENDENCIES = \ torture \ - POPT_EXT \ + LIBPOPT \ POPT_SAMBA \ POPT_CREDENTIALS \ TORTURE_UI \ @@ -289,7 +289,7 @@ OBJ_FILES = \ PRIVATE_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBSAMBA-UTIL \ - POPT_EXT \ + LIBPOPT \ POPT_SAMBA \ POPT_CREDENTIALS \ LIBCLI_SMB \ @@ -307,7 +307,7 @@ OBJ_FILES = \ PRIVATE_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBSAMBA-UTIL \ - POPT_EXT \ + LIBPOPT \ POPT_SAMBA \ POPT_CREDENTIALS \ LIBCLI_SMB |