diff options
author | Chris Lahey <clahey@src.gnome.org> | 2001-07-03 11:24:33 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-03 11:24:33 +0800 |
commit | 36e1d698098c7a2ef0271320ffb8290741866d29 (patch) | |
tree | 1a6d5ecfa2765924eb7640d7115926d6fbdd0e9c /e-util | |
parent | e3997d78ae0e2451090c934983568ed89b86e87e (diff) | |
download | gsoc2013-evolution-36e1d698098c7a2ef0271320ffb8290741866d29.tar.gz gsoc2013-evolution-36e1d698098c7a2ef0271320ffb8290741866d29.tar.zst gsoc2013-evolution-36e1d698098c7a2ef0271320ffb8290741866d29.zip |
Forgot to commit this bit.
svn path=/trunk/; revision=10721
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index d9c6ed7d43..ade263006b 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ $(EXTRA_GNOME_CFLAGS) \ + $(BONOBO_CONF_CFLAGS) \ $(PISOCK_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=\"e-utils\" |