diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:41 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:41 +0100 |
commit | 81367522c83c4b1b8cb157925e103edc9f148cd4 (patch) | |
tree | 0e1a01f2e2787fa9044c33acef57171308499d97 /Makefile.am | |
parent | 8a0b3535fa5eb747cf28cee9c3b281a2fe00c6b4 (diff) | |
download | rsyslog-81367522c83c4b1b8cb157925e103edc9f148cd4.tar.gz |
Imported Upstream version 1.19.12upstream/1.19.12
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e937384..b296a06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ rsyslogd_SOURCES = \ action.c \ action.h -rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" +rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" $(pthreads_cflags) rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) -ldl rsyslogd_LDFLAGS = -export-dynamic |