aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-10-15 22:14:38 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-21 21:55:54 +0200
commit4113d1bc0f8d39f99976b147c22f551879a3b4a2 (patch)
tree81ecc5a8e95f6685521ce64b8778fa13c06da153 /common
parent813ad9093f7d7d7a37af255bbe676b9988502b60 (diff)
downloadayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.tar.gz
ayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.tar.bz2
ayatana-indicator-messages-4113d1bc0f8d39f99976b147c22f551879a3b4a2.zip
Remove Automake files
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
deleted file mode 100644
index d1be198..0000000
--- a/common/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-noinst_LTLIBRARIES = libmessaging-common.la
-
-indicator-messages-service.c: org.ayatana.indicator.messages.service.xml
- $(AM_V_GEN) gdbus-codegen \
- --interface-prefix org.ayatana.indicator.messages. \
- --generate-c-code indicator-messages-service \
- --c-namespace IndicatorMessages \
- $^
-indicator-messages-service.h: indicator-messages-service.c
-
-indicator-messages-application.c: org.ayatana.indicator.messages.application.xml
- $(AM_V_GEN) gdbus-codegen \
- --interface-prefix org.ayatana.indicator.messages. \
- --generate-c-code indicator-messages-application \
- --c-namespace IndicatorMessages \
- $^
-indicator-messages-application.h: indicator-messages-application.c
-
-BUILT_SOURCES = \
- indicator-messages-service.c \
- indicator-messages-service.h \
- indicator-messages-application.c \
- indicator-messages-application.h
-
-libmessaging_common_la_SOURCES = \
- $(BUILT_SOURCES)
-
-libmessaging_common_la_CFLAGS = $(GIO_CFLAGS)
-libmessaging_common_la_LIBADD = $(GIO_LIBS)
-
-CLEANFILES = $(BUILT_SOURCES)