summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp/Makefile.am
blob: 36cff50ab3fb390a9598ace91eaa2e6c4e338f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkglib_LTLIBRARIES = imtcp.la
if ENABLE_GSSAPI
pkglib_LTLIBRARIES += imgssapi.la
endif

imtcp_la_SOURCES = imtcp.c
imtcp_la_CPPFLAGS = -DFORCE_NO_GSS=1 -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags)
imtcp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version

imgssapi_la_SOURCES = imtcp.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