diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-10 09:24:48 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-10 09:24:48 +0200 |
commit | 44dab25c55b41219dd9e865c3aac93114757f5ba (patch) | |
tree | 9ee73c1484e7a5f2148cf720b08094109bb051a2 /plugins | |
parent | 3c740a9c52bf28cde062bc4b11c3e2f397f23650 (diff) | |
download | rsyslog-44dab25c55b41219dd9e865c3aac93114757f5ba.tar.gz rsyslog-44dab25c55b41219dd9e865c3aac93114757f5ba.tar.xz rsyslog-44dab25c55b41219dd9e865c3aac93114757f5ba.zip |
undo accidental removal of a component
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sm_cust_bindcdr/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/sm_cust_bindcdr/Makefile.am b/plugins/sm_cust_bindcdr/Makefile.am new file mode 100644 index 00000000..1f71d499 --- /dev/null +++ b/plugins/sm_cust_bindcdr/Makefile.am @@ -0,0 +1,6 @@ +pkglib_LTLIBRARIES = sm_cust_bindcdr.la + +sm_cust_bindcdr_la_SOURCES = sm_cust_bindcdr.c +sm_cust_bindcdr_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) +sm_cust_bindcdr_la_LDFLAGS = -module -avoid-version +sm_cust_bindcdr_la_LIBADD = |