Made the static library in this directory depend on the same 'extra stuff' as the shared library.

This commit is contained in:
briano%netscape.com 1999-03-25 21:32:26 +00:00
parent df451c1d85
commit 1533030ed0
6 changed files with 9 additions and 13 deletions

View File

@ -80,5 +80,5 @@ shared_library_objs: $(SHARED_LIBRARY_LIBS)
$(SHARED_LIBRARY): shared_library_objs Makefile
else
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
endif

View File

@ -56,9 +56,7 @@ EXTRA_DSO_LDOPTS = \
-L$(DIST)/lib \
$(NULL)
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile

View File

@ -54,7 +54,7 @@ EXTRA_DSO_LDOPTS = \
-lsecfree \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile

View File

@ -54,9 +54,7 @@ EXTRA_DSO_LDOPTS = \
-lmailnewsmsgdb \
$(NULL)
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile

View File

@ -65,7 +65,7 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
install:: $(TARGETS)
$(INSTALL) $(srcdir)/../resources/sidebar.xul $(DIST)/bin/res/rdf

View File

@ -65,7 +65,7 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
install:: $(TARGETS)
$(INSTALL) $(srcdir)/../resources/sidebar.xul $(DIST)/bin/res/rdf