diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 14:08:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 14:08:58 +0000 |
commit | fc761b9fdc5486a0072ee63d8b438f562127d057 (patch) | |
tree | 9648b218c4f60da71101c57861251f8f2f5c7441 /plugins/imtcp/Makefile.am | |
parent | 39521c0593cd8a8a5f40f1b780846a38711e388b (diff) | |
download | rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.gz rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.bz2 rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.zip |
applied Michael Biebl's patch to clean up the makefiles
Diffstat (limited to 'plugins/imtcp/Makefile.am')
-rw-r--r-- | plugins/imtcp/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am index e6076cb9..fe43cd98 100644 --- a/plugins/imtcp/Makefile.am +++ b/plugins/imtcp/Makefile.am @@ -1,8 +1,6 @@ pkglib_LTLIBRARIES = imtcp.la -imtcp_la_SOURCES = imtcp.c ../../module-template.h -imtcp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags) +imtcp_la_SOURCES = imtcp.c +imtcp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) imtcp_la_LDFLAGS = -module -avoid-version imtcp_la_LIBADD = - -EXTRA_DIST = |