aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/google-account-setup/Makefile.am')
-rw-r--r--plugins/google-account-setup/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/plugins/google-account-setup/Makefile.am b/plugins/google-account-setup/Makefile.am
deleted file mode 100644
index 9842673302..0000000000
--- a/plugins/google-account-setup/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-evolution-google.eplug
-
-plugin_LTLIBRARIES = liborg-gnome-evolution-google.la
-
-liborg_gnome_evolution_google_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I . \
- -I$(top_srcdir) \
- -I$(top_srcdir)/widgets \
- -DCALDAV_UIDIR=\""$(uidir)"\" \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS) \
- $(GDATA_CFLAGS)
-
-liborg_gnome_evolution_google_la_SOURCES = \
- google-source.c \
- google-contacts-source.h \
- google-contacts-source.c
-
-liborg_gnome_evolution_google_la_LIBADD = \
- $(top_builddir)/calendar/gui/libevolution-calendar.la \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/shell/libeshell.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS) \
- $(GDATA_LIBS)
-
-liborg_gnome_evolution_google_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-
-EXTRA_DIST = \
- org-gnome-evolution-google.eplug.xml
-
-CLEANFILES = org-gnome-evolution-google.eplug
-
--include $(top_srcdir)/git.mk