Get it linking.

git-svn-id: svn://10.0.0.236/trunk@18860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-01-28 01:06:30 +00:00
parent b8e55de858
commit 368b06d0cc

View File

@ -21,6 +21,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
PROGRAM = widget
@ -38,7 +39,6 @@ CPPSRCS = \
$(NULL)
LIBS := \
-L$(DIST)/bin \
-lraptorbase \
-lpng \
-lpref \
@ -60,6 +60,7 @@ LIBS := \
-limg \
-ljpeg \
-ljs \
-ljsurl \
-ljsdom \
-lmimetype \
-lnetcache \
@ -91,11 +92,10 @@ LIBS := \
-lxpcom \
$(ZLIB_LIBS) \
-lmozdbm \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
CFLAGS += $(TOOLKIT_CFLAGS)
include $(topsrcdir)/config/rules.mk