aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Custom.make.example
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2012-09-25 21:02:13 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2012-09-25 21:02:13 +0000
commitd249038a656f53f2fb172be0224243822d0f1c7d (patch)
tree220cbd9bf7ce541e8c9153c5cddb7ceefc70b34a /plugins/Custom.make.example
parentbe0a9dcfa2aac7450032cc92c0bf580447588802 (diff)
Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system.
svn path=/trunk/; revision=45142
Diffstat (limited to 'plugins/Custom.make.example')
-rw-r--r--plugins/Custom.make.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Custom.make.example b/plugins/Custom.make.example
new file mode 100644
index 0000000000..ecb0f171bc
--- /dev/null
+++ b/plugins/Custom.make.example
@@ -0,0 +1,13 @@
+#
+# $Id$
+#
+
+_CUSTOM_SUBDIRS_ = \
+ foo
+
+_CUSTOM_EXTRA_DIST_ = \
+ Custom.m4 \
+ Custom.make
+
+_CUSTOM_plugin_ldadd_ = \
+ -dlopen plugins/foo/foo.la