Added extra pkg-config and header installation rules

This commit is contained in:
Gergely Polonkai 2013-09-05 15:53:09 +02:00
parent e3e1864c67
commit ef3516db63
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,12 @@ SUBDIRS = swe/src src docs/reference/swe-glib
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = swe-glib.pc $(NULL)
headerdir = $(includedir)/swe-glib
header_DATA = src/swe-glib.h $(NULL)
MAINTAINERCLEANFILES = ChangeLog
distclean-local:

View File

@ -39,5 +39,6 @@ AC_CONFIG_FILES([
src/Makefile
po/Makefile.in
docs/reference/swe-glib/Makefile
swe-glib.pc
])
AC_OUTPUT