diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 14:36:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 14:36:34 +0000 |
commit | 803005892cf16672a5a235004699db68d5be985a (patch) | |
tree | fceaab81db86693ab983acdd6a00009a5d6a3248 | |
parent | 08cfdf909e5b3fd3b8016b96b2fd7a30c217bc70 (diff) |
mostly a dummy
-rw-r--r-- | docs/examples/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am new file mode 100644 index 000000000..a8cd193ad --- /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" |