diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-18 03:44:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-18 03:44:17 +0800 |
commit | d5ea07e5bebd33b4189115284bc48b71f0eb57b2 (patch) | |
tree | 9924e56fe9480ea98873e1141de158a47e442b72 /widgets | |
parent | 7473860c9fc3aa301cbb51da28928e63e74117b1 (diff) | |
download | gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.gz gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.zst gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.zip |
Compile fixes
svn path=/trunk/; revision=12172
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index f8d6246f5b..798ed16228 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/widgets/shortcut-bar \ $(EXTRA_GNOME_CFLAGS) \ -DMAP_DIR=\""$(datadir)/images/evolution"\" \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DG_LOG_DOMAIN=__FILE__ noinst_LIBRARIES = \ |