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

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