]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/GNUmakefile
release: 1.1.1
[lilypond.git] / lily / GNUmakefile
index cf4db4c84a3a529f325b1a939547f2ca5233fc9d..e04d9f6476111913be48f36e9e91260d76d83a77 100644 (file)
@@ -6,9 +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 
 
-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