diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-21 03:32:56 +0800 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-21 03:32:56 +0800 |
commit | 44d8831822efabcb53cca846f433a97f94024250 (patch) | |
tree | d2dcf3a82322b89cfc3c57b8ec55515e49932080 /filter/Makefile.am | |
parent | aba39ecef849c813fad6af4a53a3926e92c34949 (diff) | |
download | gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.gz 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 'filter/Makefile.am')
-rw-r--r-- | filter/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am index a581462665..65927b827a 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -12,6 +12,8 @@ INCLUDES = \ -I $(top_builddir)/shell \ -I $(GNOME_INCLUDEDIR) \ $(GTKHTML_CFLAGS) \ + $(UNICODE_CFLAGS) \ + $(BONOBO_GNOME_CFLAGS) \ -DFILTER_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"filter\" ## |