Remove UNICODE_CFLAGS

* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS

svn path=/trunk/; revision=9582
This commit is contained in:
Dan Winship
2001-04-26 15:13:40 +00:00
parent 0fd682c21f
commit 8af4ab06a2
6 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -55,7 +55,6 @@ INCLUDES = \
$(GNOME_INCLUDEDIR) \
$(BONOBO_GNOME_CFLAGS) \
$(GTKHTML_CFLAGS) \
$(UNICODE_CFLAGS) \
-DEVOLUTION_DATADIR=\"$(datadir)\" \
-DE_GLADEDIR=\"$(gladedir)\" \
-DG_LOG_DOMAIN=\"composer\"

View File

@ -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

View File

@ -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)\" \

View File

@ -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

View File

@ -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)