diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 16:22:05 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 16:22:05 +0100 |
commit | f5e94378967a3f5059fcf1fd09eaae68ef7ccfae (patch) | |
tree | 38f24fa6232cb83e662bf9dde6ae037c2ff9bdf3 /source4/Makefile | |
parent | a53beee0343e9fccc8f5b31fba1f293bdb6763da (diff) | |
download | samba-f5e94378967a3f5059fcf1fd09eaae68ef7ccfae.tar.gz samba-f5e94378967a3f5059fcf1fd09eaae68ef7ccfae.tar.bz2 samba-f5e94378967a3f5059fcf1fd09eaae68ef7ccfae.zip |
Simplify handling of plugin installation.
(This used to be commit 8f1270dd5c7688f023cf24215fa229da213e760c)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile index a99dc825f1..e5399e4c32 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -122,6 +122,8 @@ installbin:: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs $(DESTDIR)$(TORTUREDIR) \ $(TORTURE_PROGS) +installplugins:: + installlib:: $(INSTALLABLE_SHARED_LIBS) $(STATIC_LIBS) installdirs @$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(libdir) "$(SHLIBEXT)" $(INSTALLABLE_SHARED_LIBS) #@$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(libdir) "$(STLIBEXT)" $(STATIC_LIBS) @@ -165,6 +167,8 @@ uninstallheader:: uninstallman:: @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES) +uninstallplugins:: + config.status: @echo "config.status does not exist. Please run ./configure." @/bin/false |