diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-14 14:21:38 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-14 14:21:38 +0800 |
commit | 5938953eeaf3ccb311b6d24dc0cd70c88de815c9 (patch) | |
tree | e5eebbd05e8b9ccdc6b773fc35334cf65dd0d8cb /calendar/gui/Makefile.am | |
parent | f4d4dec1ffdf407e4445a5fd5d62952e69284118 (diff) | |
download | gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.gz gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.tar.zst gsoc2013-evolution-5938953eeaf3ccb311b6d24dc0cd70c88de815c9.zip |
new widget to enter a timezone.
2001-06-14 Damon Chaplin <damon@ximian.com>
* gui/e-timezone-entry.[hc]: new widget to enter a timezone.
* gui/Makefile.am (evolution_calendar_SOURCES): added the above.
* gui/Makefile.am (evolution_calendar_LDADD): had to move
libcal-dialogs.a above libmiscwidgets.a to get it to compile.
svn path=/trunk/; revision=10228
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 59850d48f5..6c6b52302a 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -87,6 +87,8 @@ evolution_calendar_SOURCES = \ e-week-view.h \ e-tasks.c \ e-tasks.h \ + e-timezone-entry.c \ + e-timezone-entry.h \ gnome-cal.c \ gnome-cal.h \ goto.c \ @@ -118,9 +120,9 @@ evolution_calendar_LDADD = \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical.la \ $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(EXTRA_GNOME_LIBS) \ dialogs/libcal-dialogs.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ $(GNOME_VFS_LIBS) \ $(GAL_LIBS) \ |