From d83fbd627ec9a7e9cf11f5396aaf6f7eeae5e306 Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Sun, 1 Nov 1998 07:49:23 +0000 Subject: [PATCH] use gtk-config to find proper CFLAGS --- gfx/src/gtk/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/gtk/Makefile.in b/gfx/src/gtk/Makefile.in index b0e13332da0c..855f28e768ea 100644 --- a/gfx/src/gtk/Makefile.in +++ b/gfx/src/gtk/Makefile.in @@ -31,7 +31,7 @@ MODULE=raptor REQUIRES=util img xpcom raptor netlib DEFINES += -D_IMPL_NS_GFXONXP -CFLAGS += -I/usr/lib/glib/include +CFLAGS += $(shell gtk-config --cflags) LLIBS+=$(DIST)/lib/libxpcom.a $(DIST)/lib/libraptorbase.a $(DIST)/lib/libraptorgfx.a