mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
added mac stuff
This commit is contained in:
parent
2cc16d89e6
commit
6c5b8e1d59
@ -6,9 +6,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
||||
EXTRA_DIST = \
|
||||
CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
|
||||
config-win32.h reconf Makefile.dist \
|
||||
curl-config.in build_vms.com config-riscos.h \
|
||||
config-vms.h curl-mode.el
|
||||
reconf Makefile.dist curl-config.in build_vms.com curl-mode.el \
|
||||
config-vms.h config-win32.h config-riscos.h config-mac.h
|
||||
|
||||
bin_SCRIPTS = curl-config
|
||||
|
||||
|
@ -12,6 +12,7 @@ bin_PROGRAMS = curl #memtest
|
||||
|
||||
noinst_HEADERS = setup.h \
|
||||
config-win32.h \
|
||||
config-mac.h \
|
||||
urlglob.h \
|
||||
version.h \
|
||||
writeout.h
|
||||
@ -26,7 +27,7 @@ BUILT_SOURCES = hugehelp.c
|
||||
CLEANFILES = hugehelp.c
|
||||
NROFF=@NROFF@
|
||||
|
||||
EXTRA_DIST = mkhelp.pl config-win32.h curlmsg.msg\
|
||||
EXTRA_DIST = mkhelp.pl curlmsg.msg \
|
||||
Makefile.vc6 Makefile.b32 Makefile.m32 config.h.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user