diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 17:14:03 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 17:14:03 +0100 |
commit | 0459d958862b9f048197c792dee76b64ac0cdf38 (patch) | |
tree | 60d17068f54ed0ccf16d19f4680efec13ec49e39 /source4/Makefile | |
parent | cddb061f3ce1f872d28d0b2e384f6071356c2409 (diff) | |
download | samba-0459d958862b9f048197c792dee76b64ac0cdf38.tar.gz samba-0459d958862b9f048197c792dee76b64ac0cdf38.tar.bz2 samba-0459d958862b9f048197c792dee76b64ac0cdf38.zip |
Use make to create lists of plugins, remove duplicate variable.
(This used to be commit 36cc584374d32c7875333fa5abd97b31e83291aa)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index a2f0afc5f1..ea98b5e469 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -29,7 +29,7 @@ DEFAULT_HEADERS = $(srcdir)/lib/util/dlinklist.h \ binaries:: libraries:: $(STATIC_LIBS) $(SHARED_LIBS) -modules:: $(SHARED_MODULES) +modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages:: $(MANPAGES) all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods |