diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 05:12:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 05:12:58 +0800 |
commit | 0906e75d56cc2127e57009f97a6e84e65f40ae51 (patch) | |
tree | 8a3413346c4c3a671da7ca055703e8b81ff0592b /calendar | |
parent | 1330f756790b9654bf27692d9484f9b06b37c874 (diff) | |
download | gsoc2013-evolution-0906e75d56cc2127e57009f97a6e84e65f40ae51.tar.gz gsoc2013-evolution-0906e75d56cc2127e57009f97a6e84e65f40ae51.tar.zst gsoc2013-evolution-0906e75d56cc2127e57009f97a6e84e65f40ae51.zip |
s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.
* importers/Makefile.am (INCLUDES):
s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.
svn path=/trunk/; revision=14363
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/importers/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 548b4c0e2c..2085ebe430 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Ettore Perazzoli <ettore@ximian.com> + + * importers/Makefile.am (INCLUDES): + s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/. + 2001-10-29 Rodrigo Moya <rodrigo@ximian.com> * importers/icalendar-importer.c (load_file_fn): fixed URI diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index b000e2da2c..7701fb0b99 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = \ -I$(top_builddir)/calendar \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ - $(BONOBO_CFLAGS) \ + $(BONOBO_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) evolution_calendar_importer_SOURCES = \ |