From: fred Date: Tue, 26 Mar 2002 21:28:39 +0000 (+0000) Subject: lilypond-1.1.1 X-Git-Tag: release/1.5.59~2799 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48f4a9c2f3674047d112a6dcfe90699c12b7313d;p=lilypond.git lilypond-1.1.1 --- diff --git a/lily/GNUmakefile b/lily/GNUmakefile index e8691e9ac2..e04d9f6476 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -6,12 +6,15 @@ depth = .. NAME = lilypond SUBDIRS = include -MODULE_LIBS=$(depth)/lib $(depth)/flower +MODULE_LIBS=$(depth)/lib $(depth)/flower +MODULE_INCLUDES=$(depth)/lib/include $(depth)/flower/include -EXTRA_LIBES=-lguile #ugh -BLA_LIBES=-lguile #ugh +STEPMAKE_TEMPLATES= c++ executable -STEPMAKE_TEMPLATES= c++ executable +MODULE_LIBES=-lguile + +# for the RedHat GUILE 1.3 RPM +MODULE_LIBES+= -lreadline -ldl include $(depth)/make/stepmake.make