aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-10-07 00:24:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-10-07 00:24:03 +0800
commitd5d1985cba1438f37c30aacac03f5cdebdd89564 (patch)
treedc9715812aa8ce6556269304bd29608e38089bd2 /executive-summary
parent912d759d75d9cc7f23f9774d692a44496c2e85fb (diff)
downloadgsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar.gz
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar.bz2
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar.lz
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar.xz
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.tar.zst
gsoc2013-evolution-d5d1985cba1438f37c30aacac03f5cdebdd89564.zip
Fix builddir != srcdir Yet Another Time Again. Fun!
svn path=/trunk/; revision=5761
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog4
-rw-r--r--executive-summary/component/Makefile.am30
2 files changed, 20 insertions, 14 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index ae616d88c4..20aecf6133 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-06 Ettore Perazzoli <ettore@helixcode.com>
+
+ * component/Makefile.am (INCLUDES): Fix builddir != srcdir.
+
2000-10-05 Chris Toshok <toshok@helixcode.com>
* widgets/.cvsignore: ignore more stuff.
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am
index 1cd38c67ce..678c63811e 100644
--- a/executive-summary/component/Makefile.am
+++ b/executive-summary/component/Makefile.am
@@ -1,21 +1,23 @@
bin_PROGRAMS = evolution-executive-summary
INCLUDES = \
- -I$(top_srcdir)/widgets \
- -I$(top_srcdir)/widgets/e-text \
- -I$(top_srcdir) \
- -I$(top_builddir)/shell \
- -I$(top_srcdir)/shell \
+ -I$(top_srcdir)/widgets \
+ -I$(top_srcdir)/widgets/e-text \
+ -I$(top_srcdir) \
+ -I$(top_builddir)/shell \
+ -I$(top_srcdir)/shell \
-I$(top_builddir)/executive-summary/evolution-services \
- -I$(top_srcdir)/executive-summary/widgets \
- $(GNOME_VFS_CFLAGS) \
- $(UNICODE_CFLAGS) \
- $(GTKHTML_CFLAGS) \
- -DEVOLUTION_VERSION=\""$(VERSION)"\" \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
- -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
- -DEVOLUTION_DATADIR=\""$(datadir)"\" \
+ -I$(top_srcdir)/executive-summary/evolution-services \
+ -I$(top_builddir)/executive-summary/widdets \
+ -I$(top_srcdir)/executive-summary/widgets \
+ $(GNOME_VFS_CFLAGS) \
+ $(UNICODE_CFLAGS) \
+ $(GTKHTML_CFLAGS) \
+ -DEVOLUTION_VERSION=\""$(VERSION)"\" \
+ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
+ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
+ -DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-executive-summary\"
CLEANFILES = $(IDL_GENERATED)