summaryrefslogtreecommitdiffstats
path: root/plugins/imdiag/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-28 07:46:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-28 07:46:35 +0200
commitb7c91420b0814ee20088d27953582a5064c9a467 (patch)
tree152a28450601cb77593df8e119114478287eceb1 /plugins/imdiag/Makefile.am
parent480125e16ce0cdd63d9ee0b47565789984c217e0 (diff)
downloadrsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.gz
rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.xz
rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.zip
begun implementing a diagnostic plugin (not yet completed)
Diffstat (limited to 'plugins/imdiag/Makefile.am')
-rw-r--r--plugins/imdiag/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/imdiag/Makefile.am b/plugins/imdiag/Makefile.am
new file mode 100644
index 00000000..da5a3ddc
--- /dev/null
+++ b/plugins/imdiag/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = imdiag.la
+
+imdiag_la_SOURCES = imdiag.c
+imdiag_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(rsrt_cflags)
+imdiag_la_LDFLAGS = -module -avoid-version
+imdiag_la_LIBADD =