aboutsummaryrefslogtreecommitdiffstats
path: root/modules/connman/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-01 01:51:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-01 03:48:01 +0800
commitbfb1d53650e81405792091827dd937182367cd6c (patch)
tree3526b00222ad9dfee5b47a395ef7e2357a5ab2a4 /modules/connman/Makefile.am
parent4eec255877f060bf907704488397459f7612be86 (diff)
downloadgsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.gz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.bz2
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.lz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.xz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.zst
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.zip
Drop the ConnMan/NetworkManager/WindowsSENS modules.
We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
Diffstat (limited to 'modules/connman/Makefile.am')
-rw-r--r--modules/connman/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/connman/Makefile.am b/modules/connman/Makefile.am
deleted file mode 100644
index d01a8f0daa..0000000000
--- a/modules/connman/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-module_LTLIBRARIES = libevolution-module-connman.la
-
-libevolution_module_connman_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"evolution-connman\" \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS)
-
-libevolution_module_connman_la_SOURCES = \
- evolution-connman.c
-
-libevolution_module_connman_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/shell/libeshell.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS)
-
-libevolution_module_connman_la_LDFLAGS = \
- -module -avoid-version $(NO_UNDEFINED)
-
--include $(top_srcdir)/git.mk