浏览代码

tests/Makefile.am: fix LDFLAGS setting

Nathalie Furmento 11 年之前
父节点
当前提交
73a6a5c909
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Makefile.am

+ 1 - 1
tests/Makefile.am

@@ -611,7 +611,7 @@ endif
 perfmodels_feed_SOURCES=\
 	perfmodels/feed.c
 
-sched_policies_execute_all_tasks_LDFLAGS = -lm
+sched_policies_execute_all_tasks_LDFLAGS = $(AM_LDFLAGS) -lm
 
 showcheck:
 	-cat $(TEST_LOGS) /dev/null