diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-10 23:46:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-10 23:46:28 +0800 |
commit | b93fcae9a4393e81513016edbb93ef6d5f2b5bc9 (patch) | |
tree | 813fd60310d10b77dfabc8550be3737f7e6fee52 /calendar | |
parent | 2960245710b66d0a586d83b405ff10a399da8e69 (diff) | |
download | gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar.gz gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar.bz2 gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar.lz gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar.xz gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.tar.zst gsoc2013-evolution-b93fcae9a4393e81513016edbb93ef6d5f2b5bc9.zip |
remove useless include
004-02-10 JP Rosevear <jpr@ximian.com>
* importers/icalendar-importer.c: remove useless include
* importers/Makefile.am: remove executable build cruft
svn path=/trunk/; revision=24689
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/importers/Makefile.am | 15 | ||||
-rw-r--r-- | calendar/importers/icalendar-importer.c | 1 |
3 files changed, 6 insertions, 16 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4484f2711d..e07b4d297d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-02-10 JP Rosevear <jpr@ximian.com> + + * importers/icalendar-importer.c: remove useless include + + * importers/Makefile.am: remove executable build cruft + 2004-02-09 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c (client_cal_opened_cb): don't add the clients to the diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index 4cf7c40cf2..369ce70c75 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -2,8 +2,6 @@ importersdir = $(privlibdir)/evolution-calendar-importers importers_LTLIBRARIES = libevolution-calendar-importers.la -# privlibexec_PROGRAMS = evolution-calendar-importer - INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_SOUNDDIR=\""$(soundsdir)"\" \ @@ -28,19 +26,6 @@ libevolution_calendar_importers_la_LIBADD = \ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \ $(IMPORTERS_LIBS) -# evolution_calendar_importer_SOURCES = \ -# evolution-calendar-importer.h \ -# icalendar-importer.c \ -# main.c -# -# evolution_calendar_importer_LDADD = \ -# $(top_builddir)/shell/libeshell.la \ -# $(top_builddir)/shell/importer/libevolution-importer.la \ -# $(top_builddir)/calendar/cal-util/libcal-util.la \ -# $(top_builddir)/calendar/cal-client/libcal-client.la \ -# $(top_builddir)/libwombat/libwombat.la \ -# $(EVOLUTION_CALENDAR_LIBS) - server_in_files = GNOME_Evolution_Calendar_Importer.server.in.in server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server) @EVO_SERVER_RULE@ diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c index 118c0aaa19..04feafab59 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -24,7 +24,6 @@ #include <unistd.h> #include <sys/types.h> #include <fcntl.h> -#include <gtk/gtksignal.h> #include <gtk/gtkcheckbutton.h> #include <gtk/gtkhbox.h> #include <gtk/gtkvbox.h> |