aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am11
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"