use gtk-config to find CFLAGS

This commit is contained in:
shaver%netscape.com 1998-10-31 20:34:17 +00:00
parent b3e391767b
commit 539fb6217b

View File

@ -35,7 +35,7 @@ DEFINES += -D_IMPL_NS_WIDGET
INCLUDES+= -I$(srcdir)/../xpwidgets -I$(srcdir)/../gtk -I$(srcdir)/.
INCLUDES += $(FE_X_CFLAGS)
INCLUDES += $(FE_X_CFLAGS) $(shell gtk-config --cflags)
CPPSRCS= \
nsAppShell.cpp \