Added extra pkg-config and header installation rules
This commit is contained in:
parent
e3e1864c67
commit
ef3516db63
@ -3,6 +3,12 @@ SUBDIRS = swe/src src docs/reference/swe-glib
|
|||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
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
|
MAINTAINERCLEANFILES = ChangeLog
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
@ -39,5 +39,6 @@ AC_CONFIG_FILES([
|
|||||||
src/Makefile
|
src/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
docs/reference/swe-glib/Makefile
|
docs/reference/swe-glib/Makefile
|
||||||
|
swe-glib.pc
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user