blob: eca6447a16dc9731cbf5526c613101d959020a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c \
win32sockets.c persistant.c ftpget.c Makefile.example \
multithread.c getinmemory.c
all:
@echo "done"
|