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/build/smb_build/config_mk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index d26d85f5b9..517bca08ec 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -22,6 +22,7 @@ my %attribute_types = ( "CFLAGS" => "list", "CPPFLAGS" => "list", "LDFLAGS" => "list", + "INSTALLDIR" => "string", "LIBS" => "list", "INIT_FUNCTION" => "string", "MAJOR_VERSION" => "string", -- cgit