diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-20 11:02:05 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-20 11:02:05 +0800 |
commit | c63ea33628b237a5ff6a44545522145f4a12b1c7 (patch) | |
tree | 9eb58132eef85cd6381025b6f149c505db4ba730 /widgets/meeting-time-sel | |
parent | 9a88f3d4d6efd4a7bdff4981537596aabc4d0433 (diff) | |
download | gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar.gz gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar.bz2 gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar.lz gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar.xz gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.tar.zst gsoc2013-evolution-c63ea33628b237a5ff6a44545522145f4a12b1c7.zip |
Moved e-text to UTF-8
svn path=/trunk/; revision=4886
Diffstat (limited to 'widgets/meeting-time-sel')
-rw-r--r-- | widgets/meeting-time-sel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am index 4d443ae5b4..840c333f1a 100644 --- a/widgets/meeting-time-sel/Makefile.am +++ b/widgets/meeting-time-sel/Makefile.am @@ -25,6 +25,7 @@ test_meeting_time_selector_LDADD = \ libevolutionmtsel.a \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/e-util/libeutil.la \ + $(EXTRA_GNOME_LIBS) \ $(GNOMEUI_LIBS) test_meeting_time_selector_LDFLAGS = $(GNOME_LIBDIR) |