blob: 4d56730d13c3f8ff682732438fb0e74e4515ab2f [file] [edit]
# Makefile for acct_gather_energy/ipmi plugin
#dprx need to uncomment this when safe to build
#SUBDIRS = include lib
AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = -DSLURM_PLUGIN_DEBUG -I$(top_srcdir) $(FREEIPMI_CPPFLAGS)
if BUILD_IPMI
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
pkglib_LTLIBRARIES = acct_gather_energy_ipmi.la
# Energy accounting ipmi plugin.
acct_gather_energy_ipmi_la_SOURCES = acct_gather_energy_ipmi.c \
acct_gather_energy_ipmi_config.c \
acct_gather_energy_ipmi_config.h
#acct_gather_energy_ipmi_la_CFLAGS = $(MYSQL_CFLAGS)
acct_gather_energy_ipmi_la_LDFLAGS = $(PLUGIN_FLAGS) $(FREEIPMI_LDFLAGS)
acct_gather_energy_ipmi_la_LIBADD = $(FREEIPMI_LIBS)
else
EXTRA_acct_gather_energy_ipmi_la_SOURCES = acct_gather_energy_ipmi.c \
acct_gather_energy_ipmi_config.c \
acct_gather_energy_ipmi_config.h
endif