diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-10-17 00:56:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:16 -0500 |
commit | c554e2168bbc7c89bd02768a45ce9a8c7dd57b43 (patch) | |
tree | d0ace01672fed5ae792405ec93b48e6b198e8eff /source4/param | |
parent | a9f4e0dd8f38a89936c178a9c8c758691cf924d1 (diff) | |
download | samba-c554e2168bbc7c89bd02768a45ce9a8c7dd57b43.tar.gz samba-c554e2168bbc7c89bd02768a45ce9a8c7dd57b43.tar.bz2 samba-c554e2168bbc7c89bd02768a45ce9a8c7dd57b43.zip |
r19358: Use subunit tests from the right location (from
$src/bin/torture when developing, $LIBDIR/torture when installed)
(This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index 3d83e688f9..683079c163 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -7,7 +7,7 @@ OBJ_FILES = loadparm.o \ generic.o \ util.o \ ../lib/version.o -PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL DYNCONFIG +PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL PUBLIC_PROTO_HEADER = proto.h PUBLIC_HEADERS = param.h |