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/lib/tdb/config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/tdb') diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index 221c5284f7..60c41f8bb2 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -28,6 +28,7 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start BINARY tdbtool [BINARY::tdbtool] +INSTALLDIR = BINDIR ENABLE = NO OBJ_FILES= \ lib/tdb/tools/tdbtool.o @@ -39,6 +40,7 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start BINARY tdbtorture [BINARY::tdbtorture] +INSTALLDIR = BINDIR OBJ_FILES= \ lib/tdb/tools/tdbtorture.o REQUIRED_SUBSYSTEMS = \ @@ -49,6 +51,7 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start BINARY tdbdump [BINARY::tdbdump] +INSTALLDIR = BINDIR OBJ_FILES= \ lib/tdb/tools/tdbdump.o REQUIRED_SUBSYSTEMS = \ @@ -59,6 +62,7 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start BINARY tdbbackup [BINARY::tdbbackup] +INSTALLDIR = BINDIR ENABLE = NO OBJ_FILES= \ lib/tdb/tools/tdbbackup.o -- cgit