From 385c79769f896bdc8cfe15f30113feef7776ee69 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 3 Dec 2020 11:42:50 +0100 Subject: src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES into sources_c variable. --- src/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 4cdf8d4..4922125 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,11 @@ AM_CFLAGS = \ $(NULL) libayatana_ido_0_4_la_SOURCES = \ + $(sources_h) \ + $(sources_c) \ + $(NULL) + +sources_c = \ ayatanamenuitemfactory.c \ libayatana-ido.c \ idotypebuiltins.c \ @@ -157,7 +162,9 @@ AyatanaIdo3_0_4_gir_FILES = \ idoscalemenuitem.h \ idoswitchmenuitem.h \ idotimeline.h \ - $(libayatana_ido_0_4_la_SOURCES) + $(sources_c) \ + $(NULL) + AyatanaIdo3_0_4_gir_NAMESPACE = AyatanaIdo3 AyatanaIdo3_0_4_gir_VERSION = 0.4 AyatanaIdo3_0_4_gir_SCANNER_FLAGS = $(INTROSPECTION_SCANNER_ARGS) -- cgit v1.2.3