summaryrefslogtreecommitdiff
path: root/config.hh.in
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-03-06 19:30:25 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-03-06 19:30:25 +0000
commit6793803babc3a5422ca9b7cabfb1cffff4801257 (patch)
treeaae082c0ae0c332ff4e03d0e87665a2cbfc04e9c /config.hh.in
parent10fce7970987502ec8340819411897a829f6be23 (diff)
(open_library): dlopen libkpathsea.so
Diffstat (limited to 'config.hh.in')
-rw-r--r--config.hh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.hh.in b/config.hh.in
index 759ad72f0b..9e482eab0b 100644
--- a/config.hh.in
+++ b/config.hh.in
@@ -5,9 +5,11 @@
/* datadir */
#define DATADIR "@DATADIR@"
+#define TOPLEVEL_VERSION "@TOPLEVEL_VERSION@"
+
/* LilyPond init and input base directory */
-#define PACKAGE_DATADIR DATADIR "/" PACKAGE / "@TOPLEVEL_VERSION@"
+#define PACKAGE_DATADIR DATADIR "/" PACKAGE "/" TOPLEVEL_VERSION
#define LILYPOND_DATADIR PACKAGE_DATADIR
/* default lilypond locale dir */