aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-26 23:13:40 +0800
committerDan Winship <danw@src.gnome.org>2001-04-26 23:13:40 +0800
commit8af4ab06a2baac12d25531588923c8d3faa77bb4 (patch)
tree0fbe8524228076cdcb5eafbf6dd21120f7a0db05
parent0fd682c21fdd207b2edadfae876341875120ec8e (diff)
downloadgsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.gz
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.bz2
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.lz
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.xz
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.zst
gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.zip
Remove UNICODE_CFLAGS
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS svn path=/trunk/; revision=9582
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/Makefile.am1
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/Makefile.am1
-rw-r--r--mail/ChangeLog2
-rw-r--r--mail/Makefile.am2
6 files changed, 10 insertions, 4 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index e38b6407b0..5b5e66ac21 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-26 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
+
2001-04-25 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (e_msg_composer_set_send_html): block/unblock
diff --git a/composer/Makefile.am b/composer/Makefile.am
index d79e11ae9e..ad78500587 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -55,7 +55,6 @@ INCLUDES = \
$(GNOME_INCLUDEDIR) \
$(BONOBO_GNOME_CFLAGS) \
$(GTKHTML_CFLAGS) \
- $(UNICODE_CFLAGS) \
-DEVOLUTION_DATADIR=\"$(datadir)\" \
-DE_GLADEDIR=\"$(gladedir)\" \
-DG_LOG_DOMAIN=\"composer\"
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 8cb76fbe7d..5d2978ce1d 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-26 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
+
2001-04-26 Not Zed <NotZed@Ximian.com>
* filter-part.c (filter_part_xml_create): Blah blah fix for xml1
diff --git a/filter/Makefile.am b/filter/Makefile.am
index e1245f599b..a7f6fe1ce4 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -12,7 +12,6 @@ INCLUDES = \
-I $(top_builddir)/shell \
-I $(GNOME_INCLUDEDIR) \
$(GTKHTML_CFLAGS) \
- $(UNICODE_CFLAGS) \
$(BONOBO_GNOME_CFLAGS) \
$(EXTRA_GNOME_CFLAGS) \
-DFILTER_GLADEDIR=\"$(gladedir)\" \
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 646b32b171..2f8ae975d1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,7 @@
2001-04-26 Dan Winship <danw@ximian.com>
+ * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
+
* mail-format.c (handle_text_plain_flowed): Use <font color=...>
to mark citations rather than italicizing them, which has never
looked very nice. Now this is more consistent with the non-flowed
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 0fd1abb708..6f48791528 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -24,7 +24,6 @@ INCLUDES = \
$(EXTRA_GNOME_CFLAGS) \
$(BONOBO_HTML_GNOME_CFLAGS) \
$(GNOME_VFS_CFLAGS) \
- $(UNICODE_CFLAGS) \
$(GTKHTML_CFLAGS) \
$(THREADS_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
@@ -150,7 +149,6 @@ test_mail_LDADD = \
# $(top_builddir)/e-util/libeutil.la \
# $(top_builddir)/libibex/libibex.la \
# $(BONOBO_HTML_GNOME_LIBS) \
-# $(UNICODE_LIBS) \
# $(THREADS_LIBS)
#
#test_thread_CFLAGS = -g $(THREADS_CFLAGS)