diff options
author | Robert Tari <robert@tari.in> | 2021-10-15 22:14:38 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-21 21:55:54 +0200 |
commit | 4113d1bc0f8d39f99976b147c22f551879a3b4a2 (patch) | |
tree | 81ecc5a8e95f6685521ce64b8778fa13c06da153 /src | |
parent | 813ad9093f7d7d7a37af255bbe676b9988502b60 (diff) | |
download | ayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.tar.gz ayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.tar.bz2 ayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.zip |
Remove Automake files
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 44 |
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 |