]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.1
authorfred <fred>
Tue, 26 Mar 2002 21:28:39 +0000 (21:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:28:39 +0000 (21:28 +0000)
lily/GNUmakefile

index e8691e9ac2e151ee5923767bca8a6d0b51140b61..e04d9f6476111913be48f36e9e91260d76d83a77 100644 (file)
@@ -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