diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 23:20:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 23:20:08 +0100 |
commit | 89f4cfb26310d8f44a3727af1bed70b8c52b4e09 (patch) | |
tree | 4d20304b9eebeb81694ac1ce89b5ab9252055955 /source4 | |
parent | b136033421eb045b28f5928e4d2f9604cf704690 (diff) | |
download | samba-89f4cfb26310d8f44a3727af1bed70b8c52b4e09.tar.gz samba-89f4cfb26310d8f44a3727af1bed70b8c52b4e09.tar.bz2 samba-89f4cfb26310d8f44a3727af1bed70b8c52b4e09.zip |
Fix dependency on popt.
(This used to be commit dd854adc7a203f18228195a080bfa8075b0cd170)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index a1975a6caf..cc9340e6b9 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -11,7 +11,8 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBSAMBA-UTIL \ - LIBTALLOC + LIBTALLOC \ + LIBPOPT [SUBSYSTEM::TORTURE_UTIL] OBJ_FILES = util_smb.o util_provision.o |