blob: f7d5d6cdc54456c964224a95dcf6e1d8b8d7bef3 [file] [edit]
AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = -DSLURM_PLUGIN_DEBUG -I$(top_srcdir)
noinst_LTLIBRARIES = libauth_common.la
# Common authentication utilities
libauth_common_la_SOURCES = \
auth_common.c auth_common.h
force:
$(libauth_common_la_LIBADD) : force
@cd `dirname $@` && $(MAKE) `basename $@`