diff options
author | Yang Tse <yangsita@gmail.com> | 2012-04-07 00:31:24 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-04-07 00:31:24 +0200 |
commit | 3d8c093145e1bd04fd1d0c187df29bc0e5942b91 (patch) | |
tree | af34546e3b30d6dc5136988bc44f1733a51383ff /lib/Makefile.am | |
parent | 919c97fa65a5c00f7044e849eeb0095408413505 (diff) | |
download | curl-3d8c093145e1bd04fd1d0c187df29bc0e5942b91.tar.gz |
curl tool: use configuration files from lib directory - follow-up I
amigaos.[ch] now integrates nicely with any libcurl build
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d764274fc..52cbdd700 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ CMAKE_DIST = CMakeLists.txt curl_config.h.cmake EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \ vc6libcurl.dsw config-win32.h config-win32ce.h config-riscos.h \ config-mac.h curl_config.h.in makefile.dj config-dos.h libcurl.plist \ - libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \ + libcurl.rc config-amigaos.h makefile.amiga \ Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot \ config-win32ce.h config-os400.h setup-os400.h config-symbian.h \ Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \ |