aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-08-21 03:32:56 +0800
committerMathieu Lacage <mathieu@src.gnome.org>2000-08-21 03:32:56 +0800
commit44d8831822efabcb53cca846f433a97f94024250 (patch)
treed2dcf3a82322b89cfc3c57b8ec55515e49932080 /composer
parentaba39ecef849c813fad6af4a53a3926e92c34949 (diff)
downloadgsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.gz
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.bz2
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.lz
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.xz
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.zst
gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.zip
many fixes to make it compile with strange prefixes...
neither mail nor the calendar components work though... evil stuff. svn path=/trunk/; revision=4892
Diffstat (limited to 'composer')
-rw-r--r--composer/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am
index 92de21b0ae..bb0f18b036 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -12,7 +12,7 @@ IDL_GENERATED = \
Evolution-Addressbook-SelectNames-impl.o: Evolution-Addressbook-SelectNames.h
$(IDL_GENERATED): $(IDLS)
- $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --datadir`/idl \
+ $(ORBIT_IDL) -I$(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
$(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
##
@@ -40,6 +40,8 @@ INCLUDES = \
-I$(top_builddir)/addressbook/gui/component/select-names \
$(GNOME_INCLUDEDIR) \
$(BONOBO_GNOME_CFLAGS) \
+ $(GTKHTML_CFLAGS) \
+ $(UNICODE_CFLAGS) \
-DG_LOG_DOMAIN=\"composer\"
CPPFLAGS = \