diff --git a/honoka/Makefile.am b/honoka/Makefile.am index e7c9e68..6655ac6 100644 --- a/honoka/Makefile.am +++ b/honoka/Makefile.am @@ -34,6 +34,11 @@ CLEANFILES = *.bak src/*.bak +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = honoka.pc + +DISTCLEANFILES = honoka.pc + ## @end 1 ACLOCAL = aclocal -I $(ac_aux_dir) diff --git a/honoka/configure.ac b/honoka/configure.ac index a6c21d9..2fbed34 100644 --- a/honoka/configure.ac +++ b/honoka/configure.ac @@ -217,5 +217,6 @@ AC_SUBST(SCIM_DATADIR) AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in m4/Makefile - libhonoka/Makefile src/Makefile plugins/Makefile data/Makefile]) + libhonoka/Makefile src/Makefile plugins/Makefile data/Makefile + honoka.pc]) AC_OUTPUT