From 6e847ca070aa1b15eb24966f8b9803e1982f2a83 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Apr 2006 14:15:14 +0000 Subject: r15279: Fix dependencies when using static libraries (This used to be commit a9eb7b2b3cf46d19ab7dfab521e1259d653507f6) --- source4/build/smb_build/TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/build/smb_build/TODO') diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 2c4a913828..3ded826539 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -1,4 +1,6 @@ - let the build system implement some make functions($(patsubst),$(wildcard),...) and use our own implementations where `make' does not support them +- change default subsystem/library build type to STATIC_LIBRARY + - fix order of UNIQUE_DEPENDENCIES - make --enable-dso the default - fix module loading for selftest during non-developer builds - clearer distinction between dcerpc and ndr. seperate interface tables? -- cgit