From 44d8831822efabcb53cca846f433a97f94024250 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sun, 20 Aug 2000 19:32:56 +0000 Subject: many fixes to make it compile with strange prefixes... neither mail nor the calendar components work though... evil stuff. svn path=/trunk/; revision=4892 --- widgets/e-text/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/e-text/Makefile.am') 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 -- cgit