blob: e7fc352241f4d2361aa8b0e04421706f8c67580b [file] [log] [blame]
# Makefile for openapi/util plugin
AUTOMAKE_OPTIONS = foreign
CLEANFILES = *.bino
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -DSLURM_PLUGIN_DEBUG -I$(top_srcdir) \
-I$(top_srcdir)/src/slurmrestd/plugins/openapi/util/
pkglib_LTLIBRARIES = openapi_util.la
openapi_util_la_SOURCES = \
api.c api.h convert_format.c
openapi_util_la_LDFLAGS = $(PLUGIN_FLAGS)