diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-26T10·47+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-26T10·47+0000 |
commit | 8a788e38ac7efc785ffe4fcf49a4e031c7784216 (patch) | |
tree | 266eba276e8a761408755081202d0947094c3586 /Makefile.am | |
parent | 11ccd44e95c16b9f7fcf51e75b511b1b6587397b (diff) |
* Install config.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2f39f90d6ce3..cb1a321dddf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = externals src scripts corepkgs doc misc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \ nix.conf.example NEWS version +pkginclude_HEADERS = config.h + include ./substitute.mk nix.spec: nix.spec.in |