diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 7848bfac0f..599b9b6ba2 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,9 @@ 2003-02-06 Dan Winship <danw@ximian.com> + * Makefile.am (INCLUDES): Fix typo in previous commit + +2003-02-06 Dan Winship <danw@ximian.com> + * Makefile.am: clean up, update, etc * component-factory.c: #include string.h diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index d6c8ae7549..0cb6e8ca02 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = \ -I$(top_builddir)/libical/src/libical \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ - -DEVOLUTION_IMAGESDIR=\""$(imagedir)"\" \ + -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ -DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\" \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ -DLOCATIONDIR=\""$(Locationdir)"\" \ |