X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhp2ps%2Fghc.mk;h=d2d31470e6b0c7864dc5c4915ef8d15d9c9b42ab;hb=8e4e15d8e837b90190b6b8e7645822772cab2053;hp=86ae7282b5fa9e2f96028894727aa17fad4fb68a;hpb=8d1990f4c7f0993baae3f2ac709d8b5df2f0a5b3;p=ghc-hetmet.git diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk index 86ae728..d2d3147 100644 --- a/utils/hp2ps/ghc.mk +++ b/utils/hp2ps/ghc.mk @@ -15,11 +15,11 @@ utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \ HpFile.c Marks.c Scale.c TraceElement.c \ Axes.c Dimensions.c Key.c PsFile.c Shade.c \ Utilities.c +utils/hp2ps_dist_EXTRA_LIBRARIES = m utils/hp2ps_dist_PROG = hp2ps$(exeext) utils/hp2ps_dist_INSTALL = YES utils/hp2ps_CC_OPTS += -Iincludes -utils/hp2ps_CC_OPTS += -lm $(eval $(call build-prog,utils/hp2ps,dist,0))