summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-13 21:47:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:34 -0500
commit0836a83f9e0b9656c8bb877237184194392c15ef (patch)
tree3238cb7597d64d1b5f26389465cb03b826f0dd86 /source4/main.mk
parent72b2f64f48505a4178b9034e016c073e5cd69e44 (diff)
downloadsamba-0836a83f9e0b9656c8bb877237184194392c15ef.tar.gz
samba-0836a83f9e0b9656c8bb877237184194392c15ef.tar.bz2
samba-0836a83f9e0b9656c8bb877237184194392c15ef.zip
r21833: Don't install static libs, they can't be used anyway.
(This used to be commit 6fb7097edfa222234505a4223c627dd506f5df7d)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 87faa326a7..f17917dc30 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -140,7 +140,7 @@ installbin: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs
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)
+ #@$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(LIBDIR) "$(STLIBEXT)" $(STATIC_LIBS)
installheader: headers installdirs
@srcdir=$(srcdir) builddir=$(builddir) $(PERL) $(srcdir)/script/installheader.pl $(DESTDIR)$(INCLUDEDIR) $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
@@ -174,7 +174,7 @@ uninstallbin:
uninstalllib:
@$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(LIBDIR) $(SHARED_LIBS)
- @$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(LIBDIR) $(STATIC_LIBS)
+ #@$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(LIBDIR) $(STATIC_LIBS)
uninstallheader:
@$(SHELL) $(srcdir)/script/uninstallheader.sh $(DESTDIR)$(INCLUDEDIR) $(PUBLIC_HEADERS)