summaryrefslogtreecommitdiffstats
path: root/plugins/imgssapi/Makefile.am
blob: a5cce320c41f26f792dee49069b30e66ad3bae01 (plain)
1
2
3
4
5
6
pkglib_LTLIBRARIES = imgssapi.la

imgssapi_la_SOURCES = imgssapi.c
imgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(rsrt_cflags)
imgssapi_la_LDFLAGS = -module -avoid-version
imgssapi_la_LIBADD = $(gss_libs)