[project @ 2003-06-24 08:31:35 by stolz]
authorstolz <unknown>
Tue, 24 Jun 2003 08:31:35 +0000 (08:31 +0000)
committerstolz <unknown>
Tue, 24 Jun 2003 08:31:35 +0000 (08:31 +0000)
Make 'depend' treated GTK includes as missing when building with FrontPanel.

ghc/rts/Makefile

index 0a0fa9d..8b344b0 100644 (file)
@@ -156,6 +156,7 @@ ifneq "$(GTK_CONFIG)" ""
 ifeq "$(GhcRtsWithFrontPanel)" "YES"
 SRC_HC_OPTS            += `$(GTK_CONFIG) --cflags` -optc-DRTS_GTK_FRONTPANEL
 VisCallbacks_CC_OPTS   += -Wno-unused
+SRC_MKDEPENDC_OPTS     += `$(GTK_CONFIG) --cflags`
 else # GhcRtsWithFrontPanel
 EXCLUDED_SRCS          += $(wildcard Vis*.c)
 endif