From b98ca5114ed1d1975e06614472d4019d8c1767ab Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Feb 2008 11:02:27 +0000 Subject: split off imgssapi from imtcp, but still with a lot of dependency --- plugins/imgssapi/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/imgssapi/Makefile.am (limited to 'plugins/imgssapi/Makefile.am') 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 -- cgit