From 68e46f562642145276e4fcc4736e02c5f73e32b2 Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 28 Mar 2005 12:12:22 +0000 Subject: [PATCH] (MODULE_LDFLAGS): add KPATHSEA_LIBS. --- ChangeLog | 6 ++++++ lily/GNUmakefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54a1f60ee8..d7aad68c25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-28 Han-Wen Nienhuys + + * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS. + + * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add. + 2005-03-28 Jan Nieuwenhuizen * Documentation/topdocs/INSTALL.texi (Top): Remove information diff --git a/lily/GNUmakefile b/lily/GNUmakefile index 13930b9e29..c828a18585 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -4,10 +4,10 @@ depth = .. NAME = lilypond SUBDIRS = include -MODULE_LIBS=$(depth)/flower $(depth)/ttftool $(depth)/kpath-guile +MODULE_LIBS= $(depth)/flower $(depth)/ttftool $(depth)/kpath-guile MODULE_INCLUDES= $(depth)/flower/include $(depth)/ttftool/include MODULE_CXXFLAGS= -MODULE_LDFLAGS= +MODULE_LDFLAGS= $(KPATHSEA_LIBS) HELP2MAN_EXECS = lilypond -- 2.39.5