summaryrefslogtreecommitdiffstats
path: root/plugins/omhdfs/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-30 14:17:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-30 14:17:34 +0200
commit11617d8ab5192c12e3b33cd9c08ac32f1d334a85 (patch)
tree1108fea5c560ade6f75440b6d53e96842eb3e52e /plugins/omhdfs/Makefile.am
parent33888b84e7dc6ec4341e066c68c7077cade24a7b (diff)
downloadrsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.tar.gz
rsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.tar.xz
rsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.zip
omhdfs: first shot at this new module (very rough PoC code)
Diffstat (limited to 'plugins/omhdfs/Makefile.am')
-rw-r--r--plugins/omhdfs/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/omhdfs/Makefile.am b/plugins/omhdfs/Makefile.am
new file mode 100644
index 00000000..329e6816
--- /dev/null
+++ b/plugins/omhdfs/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = omhdfs.la
+
+omhdfs_la_SOURCES = omhdfs.c
+omhdfs_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
+omhdfs_la_LDFLAGS = -module -avoid-version
+omhdfs_la_LIBADD =