From: Daniel Stenberg Date: Mon, 8 Jan 2001 14:36:34 +0000 (+0000) Subject: mostly a dummy X-Git-Tag: curl_7_6-pre3~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=803005892cf16672a5a235004699db68d5be985a;p=thirdparty%2Fcurl.git mostly a dummy --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am new file mode 100644 index 0000000000..a8cd193ad2 --- /dev/null +++ b/docs/examples/Makefile.am @@ -0,0 +1,11 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign no-dependencies + +EXTRA_DIST = + README curlgtk.c sepheaders.c simple.c + +all: + @echo "done"