1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-08 12:28:06 -05:00

fixed the EXTRA_DIST line

This commit is contained in:
Daniel Stenberg 2001-05-03 09:10:07 +00:00
parent 2eb94acb95
commit 73982c65d2

View File

@ -4,9 +4,8 @@
AUTOMAKE_OPTIONS = foreign no-dependencies AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c \
README curlgtk.c sepheaders.c simple.c postit.c \ win32sockets.c persistant.c ftpget.c Makefile.example
win32sockets.c persistant.c ftpget.c Makefile.example
all: all:
@echo "done" @echo "done"