aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index bc6205f..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-EXTRA_DIST =
-
-pkglibexec_PROGRAMS = ayatana-indicator-messages-service
-
-ayatana_indicator_messages_service_SOURCES = \
- messages-service.c \
- dbus-data.h \
- gactionmuxer.c \
- gactionmuxer.h \
- gsettingsstrv.c \
- gsettingsstrv.h \
- im-accounts-service.c \
- im-accounts-service.h \
- im-menu.c \
- im-menu.h \
- im-phone-menu.c \
- im-phone-menu.h \
- im-desktop-menu.c \
- im-desktop-menu.h \
- im-application-list.c \
- im-application-list.h \
- indicator-desktop-shortcuts.c \
- indicator-desktop-shortcuts.h
-
-ayatana_indicator_messages_service_CFLAGS = \
- $(APPLET_CFLAGS) \
- $(COVERAGE_CFLAGS) \
- -I$(top_builddir)/common \
- -Wall \
- -Wl,-Bsymbolic-functions \
- -Wl,-z,defs \
- -Wl,--as-needed \
- -Wno-error=deprecated-declarations \
- -DG_LOG_DOMAIN=\"Ayatana-Indicator-Messages\"
-
-ayatana_indicator_messages_service_LDADD = \
- $(top_builddir)/common/libmessaging-common.la \
- $(APPLET_LIBS)
-
-ayatana_indicator_messages_service_LDFLAGS = \
- $(COVERAGE_LDFLAGS)
-
-EXTRA_DIST += \
- ayatana-messages-service.xml