diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-14 11:43:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:03 -0500 |
commit | ebb9dd2b83156bc126774c158d385cbe5bd5bd7d (patch) | |
tree | a9bc8048825052e32e1431073fe598b69bd355e6 /source4/torture | |
parent | 3c350ebb1c248f618d4241aa746a7e6ae2160a0b (diff) | |
download | samba-ebb9dd2b83156bc126774c158d385cbe5bd5bd7d.tar.gz samba-ebb9dd2b83156bc126774c158d385cbe5bd5bd7d.tar.bz2 samba-ebb9dd2b83156bc126774c158d385cbe5bd5bd7d.zip |
r15596: Fix another popt dependency issue
(This used to be commit 0f9406da20b414604b4bbfaa7f656d90521f4283)
Diffstat (limited to 'source4/torture')
-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 6c831febe0..c17b0b0687 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -245,7 +245,8 @@ OBJ_FILES = \ libnet/libnet_share.o \ libnet/libnet_rpc.o PUBLIC_DEPENDENCIES = \ - LIBSAMBA-NET + LIBSAMBA-NET \ + POPT_CREDENTIALS # End SUBSYSTEM TORTURE_NET ################################# |