blob: 5d16a0afeb174ba97d0e8e8ead1a4ed9fd542d19 [file]
# Makefile for auth/local plugin
AUTOMAKE_OPTIONS = foreign
CLEANFILES = *.bino
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -DSLURM_PLUGIN_DEBUG -I$(top_srcdir) $(JSON_CPPFLAGS)
pkglib_LTLIBRARIES = rest_auth_local.la
rest_auth_local_la_SOURCES = local.c
rest_auth_local_la_LDFLAGS = $(PLUGIN_FLAGS)