Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed the AIX packages
  • Loading branch information
bagder committed Mar 20, 2006
1 parent 47f2e1d commit c7e9e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
# Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
Expand Down Expand Up @@ -1954,6 +1954,8 @@ AC_CONFIG_FILES([Makefile \
packages/EPM/curl.list \
packages/EPM/Makefile \
packages/vms/Makefile \
packages/AIX/Makefile \
packages/AIX/RPM/Makefile \
curl-config \
libcurl.pc
])
Expand Down
2 changes: 2 additions & 0 deletions packages/AIX/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = RPM

EXTRA_DIST = Makefile.am
2 changes: 1 addition & 1 deletion packages/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = Win32 Linux Solaris EPM DOS vms AIX
SUBDIRS = Win32 Linux Solaris EPM DOS AIX vms

EXTRA_DIST = README NetWare/get_ver.awk

0 comments on commit c7e9e60

Please sign in to comment.