aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
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 /widgets
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 'widgets')
-rw-r--r--widgets/e-text/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am
index d1ec6f61f3..b56d735990 100644
--- a/widgets/e-text/Makefile.am
+++ b/widgets/e-text/Makefile.am
@@ -1,8 +1,8 @@
INCLUDES = \
-I$(top_srcdir) \
$(GNOME_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"e-text\" \
- $(UNICODE_CFLAGS)
+ $(UNICODE_CFLAGS) \
+ -DG_LOG_DOMAIN=\"e-text\"
noinst_LIBRARIES = \
libetext.a