aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-02-10 23:46:28 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-10 23:46:28 +0800
commitb93fcae9a4393e81513016edbb93ef6d5f2b5bc9 (patch)
tree813fd60310d10b77dfabc8550be3737f7e6fee52 /calendar/importers
parent2960245710b66d0a586d83b405ff10a399da8e69 (diff)
downloadgsoc2013-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/importers')
-rw-r--r--calendar/importers/Makefile.am15
-rw-r--r--calendar/importers/icalendar-importer.c1
2 files changed, 0 insertions, 16 deletions
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>