X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=383809f44924ad6d822dddccca8d1cf924709308;hb=78652af29a2f39e626febd5f4213da57d3a13901;hp=191b5837cdaa7019622b647f3d06b6a35dd9ca5a;hpb=6ee7a45f28ce1133700f4ce2b096d65388f57442;p=projects%2Fchimara%2Fchimara.git diff --git a/configure.ac b/configure.ac index 191b583..383809f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # tarballname) AC_INIT([chimara], [0.1]) # Sanity check to make sure we are running Autoconf from the right directory -AC_CONFIG_SRCDIR(src/chimara-glk.c) +AC_CONFIG_SRCDIR(libchimara/chimara-glk.c) # Initialize Automake AM_INIT_AUTOMAKE([-Wall]) @@ -75,7 +75,11 @@ AC_CONFIG_FILES([ Makefile chimara.pc chimara-plugin.pc -src/Makefile +libchimara/Makefile +interpreters/Makefile +interpreters/frotz/Makefile +interpreters/nitfol/Makefile +tests/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml