aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorLauris Kaplinski <lauris@src.gnome.org>2000-08-23 08:22:18 +0800
committerLauris Kaplinski <lauris@src.gnome.org>2000-08-23 08:22:18 +0800
commit1e5ae349da6db9a0af7714037e23ee599f60c068 (patch)
treee4e514e57d513ea0c63aa9309f5d7feefbe74ce0 /e-util/Makefile.am
parent6b2a9a563f754366af99671e5df19fbc4c8c7ad8 (diff)
downloadgsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar.gz
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar.bz2
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar.lz
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar.xz
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.tar.zst
gsoc2013-evolution-1e5ae349da6db9a0af7714037e23ee599f60c068.zip
Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to
come... svn path=/trunk/; revision=4972
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 6a1dd2cb02..729a402c4b 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -42,7 +42,9 @@ libeutil_la_SOURCES = \
e-xml-utils.c \
e-xml-utils.h \
e-font.c \
- e-font.h
+ e-font.h \
+ e-unicode.c \
+ e-unicode.h
libeutil_static_la_SOURCES = $(libeutil_la_SOURCES)
libeutil_static_la_LDFLAGS = --all-static \ No newline at end of file