diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-11 10:15:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-11 10:15:40 +0000 |
commit | 377e78d9177bc3d4ff32a78de7dccaa54b30378f (patch) | |
tree | 266337fe5006fe80b3aefe5f2cdbcb225b7c1a6b /Makefile.am | |
parent | 894b47da9b15680c60165dfe6f45a1625fa40c63 (diff) | |
download | curl-377e78d9177bc3d4ff32a78de7dccaa54b30378f.tar.gz |
removed the 'perl' and 'php' dirs from the release archive
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a6fd289f1..763774b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = \ bin_SCRIPTS = curl-config -SUBDIRS = docs lib src include tests packages perl php +SUBDIRS = docs lib src include tests packages # create a root makefile in the distribution: dist-hook: |