diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-30 00:32:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-30 00:32:20 +0200 |
commit | 257fe87efd079ccc085e67d04c7797dbf2e84c51 (patch) | |
tree | eb02372243e3104423990113e3becd2a239a17f2 /source4/Makefile | |
parent | f379f67dd287292e3bb7b606f1bdc3fe7a8db59c (diff) | |
download | samba-257fe87efd079ccc085e67d04c7797dbf2e84c51.tar.gz samba-257fe87efd079ccc085e67d04c7797dbf2e84c51.tar.bz2 samba-257fe87efd079ccc085e67d04c7797dbf2e84c51.zip |
Re-add uninstallplugins, there has to be at least one instance of this.
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile index 71529305b4..74383b1a59 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -285,6 +285,8 @@ uninstallman:: @echo "Removing manpages" @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES) +uninstallplugins:: + uninstallpc:: @echo "Removing package configurations" @cd $(DESTDIR)$(pkgconfigdir); rm -f $(notdir $(PC_FILES)) |