]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/SConscript
Rearranging, editing, clean-up.
[lilypond.git] / lily / SConscript
index 663213c671e0386141fcc766ff2cf4469fffb94b..5f81126764262081fdd4b507a9430b70dbfd26a3 100644 (file)
@@ -14,15 +14,18 @@ e.Append (
        CPPPATH = [
          '#/lily/include',
          '#/flower/include',
+         '#/kpath-guile/include',
+         '#/ttftool/include',
          outdir],
        LEXFLAGS = ['-Cfe', '-p', '-p'],
-       LIBS = ['flower'],
+       LIBS = ['flower', 'ttftool', 'kpath-guile'],
        )
 
 e.HH ('parser.hh', 'parser.yy')
 e.ParseConfig ('guile-config link')
-lily = e.Program ('lilypond-bin', sources)
+lily = e.Program ('lilypond', sources)
 install (lily, env['bindir'])
 
-po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
-env.Alias ('po-update', po)
+# let's not, for now
+#po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
+#env.Alias ('po-update', po)