From ab350eafd2c1a98ea98090fdb3bd9b7ae4f7336b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Jul 2003 07:42:57 +0000 Subject: * Generate nar.sh, fetchurl.sh. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 77a5f1f1f171..9db0a880794a 100644 --- a/configure.ac +++ b/configure.ac @@ -12,5 +12,7 @@ AC_PROG_CXX AC_PROG_RANLIB AM_CONFIG_HEADER([config.h]) -AC_CONFIG_FILES([Makefile src/Makefile scripts/Makefile corepkgs/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile scripts/Makefile + corepkgs/Makefile corepkgs/fetchurl/Makefile + corepkgs/nar/Makefile]) AC_OUTPUT -- cgit 1.4.1