Add -Iincludes to hp2ps's CC_OPTS
[ghc-hetmet.git] / utils / hp2ps / ghc.mk
index a3abb2d..c113ddb 100644 (file)
@@ -18,5 +18,7 @@ utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \
 utils/hp2ps_dist_PROG    = hp2ps$(exeext)
 utils/hp2ps_dist_INSTALL = YES
 
+utils/hp2ps_CC_OPTS += -Iincludes
+
 $(eval $(call build-prog,utils/hp2ps,dist,0))