Fixed Makefile to install all header files as required

This commit is contained in:
Gergely Polonkai 2013-10-04 00:17:32 +02:00
parent 4506e31946
commit c78108ce84
1 changed files with 3 additions and 7 deletions

View File

@ -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