summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-02 07:44:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-02 07:44:07 +0200
commit25daa04902f2754a487973c4de707869d66b84c1 (patch)
tree4ffb814a353fb16fc701a06bd3d034585763228d /plugins
parent02d8dc27f991d19f63c3fd9edb02610a97f003b3 (diff)
downloadrsyslog-25daa04902f2754a487973c4de707869d66b84c1.tar.gz
rsyslog-25daa04902f2754a487973c4de707869d66b84c1.tar.xz
rsyslog-25daa04902f2754a487973c4de707869d66b84c1.zip
added support for custom modules
... this provides some basic support to integrate extensions that are not direct parts of rsyslog to be built during its build process.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cust1/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/cust1/Makefile.am b/plugins/cust1/Makefile.am
new file mode 100644
index 00000000..d2e075f9
--- /dev/null
+++ b/plugins/cust1/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = cust1.la
+
+cust1_la_SOURCES = cust1.c
+cust1_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
+cust1_la_LDFLAGS = -module -avoid-version
+cust1_la_LIBADD =