diff options
author | Dietmar Maurer <dietmar@ximian.com> | 2001-07-04 02:15:31 +0800 |
---|---|---|
committer | Dietmar Maurer <dietmar@src.gnome.org> | 2001-07-04 02:15:31 +0800 |
commit | b7dede1a279b72d74cf52d2e194525426e6d144d (patch) | |
tree | 201a2dc644a3a52550b6a3310b205e90bd27ed2e /wombat/Makefile.am | |
parent | 838d0849f248ed5e1b7793c3a5968c678749c81b (diff) | |
download | gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.tar.gz gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.tar.zst gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.zip |
use bonobo-conf everywhere
2001-07-03 Dietmar Maurer <dietmar@ximian.com>
* *: use bonobo-conf everywhere
svn path=/trunk/; revision=10760
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 2b2faaa406..dd16f6ec1d 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -11,6 +11,7 @@ INCLUDES = \ -I$(top_builddir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ $(BONOBO_VFS_GNOME_CFLAGS) \ + -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" bin_PROGRAMS = \ |