Update dependencies to handle static libs used by installer

git-svn-id: svn://10.0.0.236/trunk@102519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-09-07 08:04:13 +00:00
parent 27a923b30f
commit 70e416b21b

View File

@@ -65,6 +65,10 @@ ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
EXTRA_DEPS = \
../../libxpnet/src/libxpnet_s.$(LIB_SUFFIX) \
$(DIST)/lib/libjar50_s.$(LIB_SUFFIX)
include $(topsrcdir)/config/rules.mk
CXXFLAGS += `$(GTK_CONFIG) --cflags`