diff options
author | Cris Bailiff <c.bailiff@awayweb.com> | 2001-05-30 04:31:32 +0000 |
---|---|---|
committer | Cris Bailiff <c.bailiff@awayweb.com> | 2001-05-30 04:31:32 +0000 |
commit | c503930b8d5bc62b011961dd5e0b27f80362c322 (patch) | |
tree | 90683b6b520033843844b0d68f8aa6b497eac1a4 /packages/Makefile.am | |
parent | 5c6859e537bd08b6c34f91a82a03104a79dea9df (diff) | |
download | curl-c503930b8d5bc62b011961dd5e0b27f80362c322.tar.gz |
Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files
Diffstat (limited to 'packages/Makefile.am')
-rw-r--r-- | packages/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.am b/packages/Makefile.am index 4462fdee7..d82908ce4 100644 --- a/packages/Makefile.am +++ b/packages/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = Win32 Linux +SUBDIRS = Win32 Linux Solaris EXTRA_DIST = README |