1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* Generate nar.sh, fetchurl.sh.

This commit is contained in:
Eelco Dolstra 2003-07-18 07:42:57 +00:00
parent b3fc38bf6a
commit ab350eafd2
9 changed files with 32 additions and 27 deletions

View file

@ -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