summaryrefslogtreecommitdiffstats
path: root/plugins/imgssapi/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-26 11:02:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-26 11:02:27 +0000
commitb98ca5114ed1d1975e06614472d4019d8c1767ab (patch)
treebe66a81309a98d81c60f57c5d487bb98c5b447fc /plugins/imgssapi/Makefile.am
parent0a698ab8931d19685cb39110a5db62a81099cd9c (diff)
downloadrsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.tar.gz
rsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.tar.xz
rsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.zip
split off imgssapi from imtcp, but still with a lot of dependency
Diffstat (limited to 'plugins/imgssapi/Makefile.am')
-rw-r--r--plugins/imgssapi/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/imgssapi/Makefile.am b/plugins/imgssapi/Makefile.am
new file mode 100644
index 00000000..6c2d6625
--- /dev/null
+++ b/plugins/imgssapi/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = imgssapi.la
+
+imgssapi_la_SOURCES = imgssapi.c
+imgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags)
+imgssapi_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
+imgssapi_la_LIBADD = $(gss_libs) $(top_builddir)/libgssapi-misc.la