From 4113d1bc0f8d39f99976b147c22f551879a3b4a2 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 15 Oct 2021 22:14:38 +0200 Subject: Remove Automake files --- src/Makefile.am | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 src/Makefile.am (limited to 'src') 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 -- cgit v1.2.3