diff --git a/gstlal-inspiral/configure.ac b/gstlal-inspiral/configure.ac index 2590153a1d3c7b63f790e924ae6f6f77b6a5084c..b848afba44cae1e604a671fe605fa6d010fc4d7c 100644 --- a/gstlal-inspiral/configure.ac +++ b/gstlal-inspiral/configure.ac @@ -13,24 +13,24 @@ AC_CONFIG_MACRO_DIR([gnuscripts]) AM_INIT_AUTOMAKE([1.9 tar-ustar foreign]) AUTOMAKE_OPTIONS="${AUTOMAKE_OPTIONS} --add-missing --copy" AC_CONFIG_FILES([ \ - Makefile \ - gstlal-inspiral.spec \ + bin/Makefile \ debian/control \ debian/Makefile \ + doc/Doxyfile \ + doc/Makefile \ + gstlal-inspiral.spec \ + gst/Makefile \ + gst/lal/Makefile \ + gst/python/Makefile \ lib/gstlal-inspiral.pc \ lib/Makefile \ lib/skymap/Makefile \ - python/Makefile \ + Makefile \ python/emcee/Makefile \ + python/Makefile \ python/stats/Makefile \ - gst/Makefile \ - gst/lal/Makefile \ - gst/python/Makefile \ - bin/Makefile \ share/Makefile \ tests/Makefile - doc/Doxyfile \ - doc/Makefile ])