diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-02 09:23:53 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-02 09:23:53 +0800 |
commit | e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad (patch) | |
tree | 05df4416fc1634e868371df08bb6c23794b0f577 /calendar/gui | |
parent | 411ebc296442644ace6dbbdf6e30b8ae92436021 (diff) | |
download | gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar.gz gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar.bz2 gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar.lz gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar.xz gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.tar.zst gsoc2013-evolution-e5311116ee8a7c9b30e3626a2a4cd446d2ccd9ad.zip |
no longer build widget-util.*, the code has been moved
2001-06-01 JP Rosevear <jpr@ximian.com>
* gui/Makefile.am: no longer build widget-util.*, the code has
been moved
svn path=/trunk/; revision=10094
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 32947d5772..c079a7161c 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -108,9 +108,7 @@ evolution_calendar_SOURCES = \ tasks-migrate.c \ tasks-migrate.h \ weekday-picker.c \ - weekday-picker.h \ - widget-util.c \ - widget-util.h + weekday-picker.h evolution_calendar_LDADD = \ alarm-notify/libalarm.a \ |