From 9f611ffddeced5661b81fbe6264502a0d59f187b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 Aug 2005 00:08:28 +0000 Subject: r8966: Simplify the makefile generation system a bit. Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm) Add INSTALLDIR keyword to .mk files (This used to be commit ce0935112b846486cf705ec69f12350be9c4c89d) --- source4/torture/config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 29613c38aa..c0ce3dacd3 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -209,6 +209,7 @@ REQUIRED_SUBSYSTEMS = \ ################################# # Start BINARY smbtorture [BINARY::smbtorture] +INSTALLDIR = BINDIR OBJ_FILES = \ torture/torture.o \ torture/torture_util.o @@ -234,6 +235,7 @@ MANPAGE = torture/man/smbtorture.1 ################################# # Start BINARY gentest [BINARY::gentest] +INSTALLDIR = BINDIR OBJ_FILES = \ torture/gentest.o \ torture/torture_util.o @@ -250,6 +252,7 @@ MANPAGE = torture/man/gentest.1 ################################# # Start BINARY masktest [BINARY::masktest] +INSTALLDIR = BINDIR OBJ_FILES = \ torture/masktest.o REQUIRED_SUBSYSTEMS = \ @@ -265,6 +268,7 @@ MANPAGE = torture/man/masktest.1 ################################# # Start BINARY locktest [BINARY::locktest] +INSTALLDIR = BINDIR OBJ_FILES = \ torture/locktest.o \ torture/torture_util.o -- cgit