mirror of
https://github.com/ENSL/NS.git
synced 2024-12-02 01:02:09 +00:00
a6f04d2ca3
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@4 67975925-1194-0748-b3d5-c16f83f1a3a1
15 lines
452 B
Makefile
15 lines
452 B
Makefile
#
|
|
# $Id: Makefile.am,v 1.23 2002/06/19 12:30:12 bagder Exp $
|
|
#
|
|
|
|
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
|
|
|
|
all:
|
|
@echo "done"
|