Fixed Makefile to install all header files as required
This commit is contained in:
parent
4506e31946
commit
c78108ce84
@ -93,15 +93,11 @@ typelibsdir = $(libdir)/girepository-1.0
|
|||||||
typelibs_DATA = SweGlib-$(SWE_GLIB_API_VERSION).typelib
|
typelibs_DATA = SweGlib-$(SWE_GLIB_API_VERSION).typelib
|
||||||
|
|
||||||
headerdir = $(includedir)/swe-glib
|
headerdir = $(includedir)/swe-glib
|
||||||
header_DATA = \
|
header_DATA = \
|
||||||
swe-glib.h \
|
$(INST_H_SRC_FILES) \
|
||||||
gswe-types.h \
|
$(INST_H_BUILT_FILES) \
|
||||||
gswe-enumtypes.h \
|
|
||||||
gswe-moment.h \
|
|
||||||
gswe-timestamp.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
||||||
CLEANFILES += $(gir_DATA) $(typelibs_DATA)
|
CLEANFILES += $(gir_DATA) $(typelibs_DATA)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user