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 --- common/Makefile.am | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 common/Makefile.am (limited to 'common') 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) -- cgit v1.2.3