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/fetchurl | |
parent | 9202570f8c40f58f6444c2ec512104b305058977 (diff) |
* Incorporated Berkeley DB and ATerm into the source tree.
* `make dist'.
Diffstat (limited to 'corepkgs/fetchurl')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 2 |
1 files changed, 2 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 |