Skip to content
Snippets Groups Projects
Commit f28e242c authored by jette's avatar jette
Browse files

Explicitly link with -lm for use of "pow" function

parent ce15b173
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ acct_gather_energy_rapl_la_SOURCES = acct_gather_energy_rapl.c \ ...@@ -13,4 +13,4 @@ acct_gather_energy_rapl_la_SOURCES = acct_gather_energy_rapl.c \
acct_gather_energy_rapl.h acct_gather_energy_rapl.h
acct_gather_energy_rapl_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS) acct_gather_energy_rapl_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
acct_gather_energy_rapl_la_LIBADD = -lm
...@@ -378,6 +378,7 @@ acct_gather_energy_rapl_la_SOURCES = acct_gather_energy_rapl.c \ ...@@ -378,6 +378,7 @@ acct_gather_energy_rapl_la_SOURCES = acct_gather_energy_rapl.c \
acct_gather_energy_rapl.h acct_gather_energy_rapl.h
acct_gather_energy_rapl_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS) acct_gather_energy_rapl_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
acct_gather_energy_rapl_la_LIBADD = -lm
all: all-am all: all-am
.SUFFIXES: .SUFFIXES:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment