aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-25 22:40:59 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-25 22:40:59 +0200
commit3da349e33e434c13a27f956374e97c75ef0480a0 (patch)
tree1f15d5ae220073170850cc533564c14b3540747c /test
parentb942b3f993ce9bc89ff04ad7a79878902fd1922f (diff)
downloadayatana-indicator-messages-3da349e33e434c13a27f956374e97c75ef0480a0.tar.gz
ayatana-indicator-messages-3da349e33e434c13a27f956374e97c75ef0480a0.tar.bz2
ayatana-indicator-messages-3da349e33e434c13a27f956374e97c75ef0480a0.zip
Remove status providers
Applications will be able to set and retrieve status through libmessaging-menu and telepathy.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ca4965e..d0ea499 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -43,8 +43,6 @@ libindicator_messages_service_la_SOURCES = \
$(top_srcdir)/src/gen-messages-service.xml.h \
$(top_srcdir)/src/app-section.c \
$(top_srcdir)/src/app-section.h \
- $(top_srcdir)/src/status-items.c \
- $(top_srcdir)/src/status-items.h \
$(top_srcdir)/src/gactionmuxer.c \
$(top_srcdir)/src/gactionmuxer.h
$(top_srcdir)/src/dbus-data.h
@@ -60,12 +58,10 @@ libindicator_messages_service_la_CFLAGS = \
-Wl,-z,defs \
-Wl,--as-needed \
-Werror \
- -DG_LOG_DOMAIN=\"Indicator-Messages\" \
- -DSTATUS_PROVIDER_DIR=\"$(STATUS_PROVIDER_DIR)\"
+ -DG_LOG_DOMAIN=\"Indicator-Messages\"
libindicator_messages_service_la_LIBADD = \
- $(APPLET_LIBS) \
- $(top_builddir)/src/.libs/libindicator-messages-status-provider.la
+ $(APPLET_LIBS)
libindicator_messages_service_la_LDFLAGS = \
$(COVERAGE_LDFLAGS)