From 6ae4bf74e600b8ebb0ac0ff66bc6ea4c1968e4a9 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Wed, 27 Jan 1999 19:52:45 +0000 Subject: [PATCH] Use TK_LIBS instead of TK_GTK_LIBS and clean up the makefile a bit git-svn-id: svn://10.0.0.236/trunk@18809 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/module/tests/Makefile.in | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/mozilla/network/module/tests/Makefile.in b/mozilla/network/module/tests/Makefile.in index 1022a66e636..83dbe490522 100644 --- a/mozilla/network/module/tests/Makefile.in +++ b/mozilla/network/module/tests/Makefile.in @@ -22,13 +22,13 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +PROGRAM = nettest + CPPSRCS = \ nettest.cpp \ $(NULL) -include $(topsrcdir)/config/config.mk - -INCLUDES += -I$(srcdir)/../src -I$(DIST)/include +LOCAL_INCLUDES := -I$(srcdir)/../src REQUIRES = raptor netlib xpcom pref @@ -45,7 +45,7 @@ LIBS = \ -lnetwork \ -lnetlib \ -lnetutil \ - -lreg \ + -lreg \ -lxpcom \ -lpwcac \ -lmozdbm \ @@ -57,14 +57,10 @@ LIBS = \ -lsecfree \ -lz \ $(NSPR_LIBS) \ + $(TK_LIBS) \ $(NULL) -ifdef TK_GTK_LIBS - LIBS += $(TK_GTK_LIBS) -endif - - -PROGRAM = nettest +include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk