From c554e2168bbc7c89bd02768a45ce9a8c7dd57b43 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 Oct 2006 00:56:29 +0000 Subject: r19358: Use subunit tests from the right location (from $src/bin/torture when developing, $LIBDIR/torture when installed) (This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0) --- source4/param/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param/config.mk') 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 -- cgit