diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 07:39:32 +0000 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 07:39:32 +0000 |
| commit | 28dcc746bd463541a48bad64a37039658f1aa3f7 (patch) | |
| tree | 48c6fca04735fbe6f2e10c8af1559998e6a349b3 /plugins/imudp | |
| parent | 3e1d4a5b5cd67488e2adc86153581988f2221179 (diff) | |
applied patch from Michael Biebl to clean up build system
Diffstat (limited to 'plugins/imudp')
| -rw-r--r-- | plugins/imudp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imudp/Makefile.am b/plugins/imudp/Makefile.am index a1f5a210..53fdad16 100644 --- a/plugins/imudp/Makefile.am +++ b/plugins/imudp/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = imudp.la imudp_la_SOURCES = imudp.c -imudp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) -imudp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +imudp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) +imudp_la_LDFLAGS = -module -avoid-version imudp_la_LIBADD = |
