diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 17:51:07 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 17:51:07 +0000 |
commit | 9b1c0e2973c7222c163a8678830f1d072ba9c0c6 (patch) | |
tree | c10cac34aa701e6de92033cc533abc247c3a4f8e /plugins/imfile/Makefile.am | |
parent | 812936d199ac47d617153578ef332c202487ef69 (diff) | |
download | rsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.tar.gz rsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.tar.xz rsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.zip |
very quickly hacked a rought outline of the file monitor (without any
guarantees)
Diffstat (limited to 'plugins/imfile/Makefile.am')
-rw-r--r-- | plugins/imfile/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/imfile/Makefile.am b/plugins/imfile/Makefile.am new file mode 100644 index 00000000..ea3c8ec3 --- /dev/null +++ b/plugins/imfile/Makefile.am @@ -0,0 +1,6 @@ +pkglib_LTLIBRARIES = imfile.la + +imfile_la_SOURCES = imfile.c +imfile_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) +imfile_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +imfile_la_LIBADD = |