mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 10:05:06 -05:00
18 lines
567 B
Makefile
18 lines
567 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
|
|
persistant.c ftpget.c Makefile.example multithread.c getinmemory.c \
|
|
ftpupload.c httpput.c simplessl.c ftpgetresp.c http-post.c \
|
|
post-callback.c multi-app.c multi-double.c multi-single.c \
|
|
multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \
|
|
multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c \
|
|
anyauthput.c htmltitle.cc htmltidy.c opensslthreadlock.c \
|
|
cookie_interface.c cacertinmem.c
|
|
|
|
all:
|
|
@echo "done"
|