diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-02 00:16:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:35 -0500 |
commit | bc4aebfaecf52678eb40aee2fd4bd81a315c554d (patch) | |
tree | db09ef34f7adc46c9fd6a1398bc225eac0b85917 /source4/param | |
parent | 55eaed5aa2c1c4a6c417278ca08652f12fb9e7b9 (diff) | |
download | samba-bc4aebfaecf52678eb40aee2fd4bd81a315c554d.tar.gz samba-bc4aebfaecf52678eb40aee2fd4bd81a315c554d.tar.xz samba-bc4aebfaecf52678eb40aee2fd4bd81a315c554d.zip |
r12670: Make a couple of dependencies stricter
Re-introduce and use the OUTPUT_TYPE property for MODULEs to force
specific modules to always be included
(This used to be commit f9eede3d40098eddc3618ee48f9253cdddb94a6f)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index cf21871503..800e130e9e 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -2,6 +2,5 @@ OBJ_FILES = ../dynconfig.o \ loadparm.o \ params.o \ - ../passdb/secrets.o \ generic.o REQUIRED_SUBSYSTEMS = LIBBASIC DB_WRAP |