diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 18:42:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 18:42:52 +0200 |
commit | 80466e20d19a5fcf7b9d8798b3d7afb42f7e98d7 (patch) | |
tree | 800c151b18002cd599ca983ca92f0f6b4677f523 /plugins | |
parent | d855b1df7b8c4a11a9c6cc801526fafb9ce1aec6 (diff) | |
download | rsyslog-80466e20d19a5fcf7b9d8798b3d7afb42f7e98d7.tar.gz rsyslog-80466e20d19a5fcf7b9d8798b3d7afb42f7e98d7.tar.bz2 rsyslog-80466e20d19a5fcf7b9d8798b3d7afb42f7e98d7.zip |
remove cust1 dummy plugin from build system
Thanks to Michael Biebl for identifying this as the culprit for
several build-related issues. The plugin is a placeholder, and was
not used for quite some while. It is definitely not worth the effort
to keep it along. If needed, can be quickly created.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/cust1/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/cust1/Makefile.am b/plugins/cust1/Makefile.am deleted file mode 100644 index d2e075f9..00000000 --- a/plugins/cust1/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -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 = |