diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 96b67c1..6a01ec9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,8 +31,8 @@ noinst_PROGRAMS = bin/cron bin/crontab endif AM_CPPFLAGS = \ - -DPACKAGE_LOAD_PATH=\"$(moduledir)\" \ - -DPACKAGE_LOAD_COMPILED_PATH=\"$(moduledir)\" \ + -DPACKAGE_LOAD_PATH=\"$(guilesitedir)\" \ + -DPACKAGE_LOAD_COMPILED_PATH=\"$(guilesitegodir)\" \ -D_GNU_SOURCE AM_CFLAGS = @GUILE_CFLAGS@ |