diff --git a/Makefile.am b/Makefile.am index fbf6e04..cc2744f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -SUBDIRS=src tests doc man +SUBDIRS=src tests doc pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index adb48e7..5a7e469 100644 --- a/configure.ac +++ b/configure.ac @@ -264,7 +264,6 @@ AM_CONDITIONAL(XCB_SERVERSIDE_SUPPORT, test "x$XCB_SERVERSIDE_SUPPORT" = "xyes") AC_CONFIG_FILES([ Makefile doc/Makefile -man/Makefile src/Makefile tests/Makefile ])