diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-23T15·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-23T15·53+0000 |
commit | 39ce70025b59a545127d1ffdefa83b7cbfcd8be1 (patch) | |
tree | 073ced88097af91b11f9331168d823a7fff8d64f /corepkgs | |
parent | 9202570f8c40f58f6444c2ec512104b305058977 (diff) |
* Incorporated Berkeley DB and ATerm into the source tree.
* `make dist'.
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 2 | ||||
-rw-r--r-- | corepkgs/nar/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am index 6bae43907a87..44e07280fea1 100644 --- a/corepkgs/fetchurl/Makefile.am +++ b/corepkgs/fetchurl/Makefile.am @@ -6,3 +6,5 @@ install-exec-local: $(INSTALL_DATA) fetchurl.sh $(datadir)/fix/fetchurl include ../../substitute.mk + +EXTRA_DIST = fetchurl.fix fetchurl.sh diff --git a/corepkgs/nar/Makefile.am b/corepkgs/nar/Makefile.am index 508eeff7c902..4cb59ae398e1 100644 --- a/corepkgs/nar/Makefile.am +++ b/corepkgs/nar/Makefile.am @@ -8,3 +8,5 @@ install-exec-local: $(INSTALL_DATA) unnar.sh $(datadir)/fix/nar include ../../substitute.mk + +EXTRA_DIST = nar.fix nar.sh unnar.fix unnar.sh |