diff options
author | Michael Meeks <michael@helixcode.com> | 2000-06-28 00:02:38 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-06-28 00:02:38 +0800 |
commit | ff4c29fea3d08c181bbcb006908e7222f9c8cfaa (patch) | |
tree | 021a9c3f86f5427c81afa24cf9cb77f8888d1ae0 /calendar/pcs/Makefile.am | |
parent | 752db1683d72def54b114b246da48cba89258278 (diff) | |
download | gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar.gz gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar.bz2 gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar.lz gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar.xz gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.tar.zst gsoc2013-evolution-ff4c29fea3d08c181bbcb006908e7222f9c8cfaa.zip |
use BONOBO_VFS_GNOME_CFLAGS.
2000-06-27 Michael Meeks <michael@helixcode.com>
* pcs/Makefile.am (INCLUDES): use BONOBO_VFS_GNOME_CFLAGS.
svn path=/trunk/; revision=3760
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 3299d15908..0c633dc285 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ - $(BONOBO_GNOME_CFLAGS) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" CORBA_GENERATED = \ |