diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 14:02:00 +0100 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 14:02:00 +0100 |
| commit | 790532bb834e3d4fc07273b2d72127e39ef3e142 (patch) | |
| tree | 45ace8dbf7693d1c78c52d465f49d92fd2d314f6 /plugins | |
| parent | 935018ed625bc4cf1d6b28fa16e0986078029aaf (diff) | |
| download | rsyslog-790532bb834e3d4fc07273b2d72127e39ef3e142.tar.gz rsyslog-790532bb834e3d4fc07273b2d72127e39ef3e142.tar.xz rsyslog-790532bb834e3d4fc07273b2d72127e39ef3e142.zip | |
fixed broken make distcheck due to invalidly stated omtemplate file
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/omtemplate/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omtemplate/Makefile.am b/plugins/omtemplate/Makefile.am index 58ddc794..e816c7c6 100644 --- a/plugins/omtemplate/Makefile.am +++ b/plugins/omtemplate/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omtemplate.la -omtemplate_la_SOURCES = omtemplate.c omtemplate.h +omtemplate_la_SOURCES = omtemplate.c omtemplate_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) omtemplate_la_LDFLAGS = -module -avoid-version omtemplate_la_LIBADD = |
