From c78108ce84551a67e9bdfc2797972a2fb25a9513 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Fri, 4 Oct 2013 00:17:32 +0200 Subject: [PATCH] Fixed Makefile to install all header files as required --- src/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index ca3806f..dcd1b3f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,15 +93,11 @@ typelibsdir = $(libdir)/girepository-1.0 typelibs_DATA = SweGlib-$(SWE_GLIB_API_VERSION).typelib headerdir = $(includedir)/swe-glib -header_DATA = \ - swe-glib.h \ - gswe-types.h \ - gswe-enumtypes.h \ - gswe-moment.h \ - gswe-timestamp.h \ +header_DATA = \ + $(INST_H_SRC_FILES) \ + $(INST_H_BUILT_FILES) \ $(NULL) - CLEANFILES += $(gir_DATA) $(typelibs_DATA) endif