diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-24 14:52:49 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-24 14:52:49 +0100 |
commit | 924ceb305dc1dced54beaa6ffe4b72b9f2609c6a (patch) | |
tree | 1dd9c29e5bda8d7b6f4952827ffe9218bc060df4 /plugins/omgssapi | |
parent | 46d7840b2500fd4cd3044ad06481f27ce97ee2ad (diff) | |
parent | 24a36fd14226ccf5f139c07252f05f3db124604e (diff) | |
download | rsyslog-924ceb305dc1dced54beaa6ffe4b72b9f2609c6a.tar.gz rsyslog-924ceb305dc1dced54beaa6ffe4b72b9f2609c6a.tar.bz2 rsyslog-924ceb305dc1dced54beaa6ffe4b72b9f2609c6a.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
Makefile.am
configure.ac
doc/manual.html
Diffstat (limited to 'plugins/omgssapi')
-rw-r--r-- | plugins/omgssapi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/omgssapi/Makefile.am b/plugins/omgssapi/Makefile.am index c2cbe387..a57a64b3 100644 --- a/plugins/omgssapi/Makefile.am +++ b/plugins/omgssapi/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omgssapi.la omgssapi_la_SOURCES = omgssapi.c -omgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(rsrt_cflags) +omgssapi_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) omgssapi_la_LDFLAGS = -module -avoid-version -omgssapi_la_LIBADD = $(gss_libs) +omgssapi_la_LIBADD = $(GSS_LIBS) |