X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/4aee39a18184ae8595936a03ad254c27d149a0eb..18c831dcd0ae4d660c70ccac69d27ed2a97851be:/configure.ac diff --git a/configure.ac b/configure.ac index 27f21f5..d2af6c7 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl-------------------------------------------------------------------------- dnl Initialization. mdw_AUTO_VERSION -AC_INIT([mLib], AUTO_VERSION, [mdw@distorted.org.uk]) +AC_INIT([mLib], AUTO_VERSION, [mdw@distorted.org.uk], [mLib]) AC_CONFIG_SRCDIR([mLib.pc.in]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([foreign]) @@ -99,7 +99,18 @@ dnl Output. AC_CONFIG_HEADER([config/config.h]) AC_CONFIG_FILES( - [Makefile]) + [Makefile] + [buf/Makefile] + [codec/Makefile] + [hash/Makefile] + [mem/Makefile] + [sel/Makefile] + [struct/Makefile] + [sys/Makefile] + [test/Makefile] + [trace/Makefile] + [ui/Makefile] + [utils/Makefile]) AC_OUTPUT dnl ----- That's all, folks -------------------------------------------------