diff options
Diffstat (limited to 'calendar/importers')
-rw-r--r-- | calendar/importers/Makefile.am | 15 | ||||
-rw-r--r-- | calendar/importers/icalendar-importer.c | 1 |
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> |