Add a .pc file

This commit is contained in:
2016-03-10 15:39:59 +01:00
committed by Gergely Polonkai
parent 6fc2bffe9c
commit f1a58f84b8
4 changed files with 21 additions and 0 deletions

View File

@@ -211,4 +211,9 @@ header_DATA = \
$(INST_H_BUILT_FILES) \
$(NULL)
pkgconfig_in = matrix-glib-$(MATRIX_GLIB_API_VERSION).pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pkgconfig_in:.in=)
EXTRA_DIST += $(pkgconfig_in)
CLEANFILES += $(typelibs_DATA)