浏览代码

Rename activity.sh into starpu_top.sh and add it into the distributed scripts.

Cédric Augonnet 14 年之前
父节点
当前提交
c72780bf0b
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tools/Makefile.am
  2. 0 0
      tools/starpu_top.sh

+ 4 - 0
tools/Makefile.am

@@ -21,6 +21,7 @@ LIBS = $(top_builddir)/src/libstarpu.la $(HWLOC_LIBS) @LIBS@
 AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/tools/ -I$(top_srcdir)/mpi/ -I$(top_builddir)/src -I$(top_srcdir)/src
 
 bin_PROGRAMS =
+dist_bin_SCRIPTS =
 
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
@@ -47,3 +48,6 @@ bin_PROGRAMS +=	cbc2paje lp2paje
 noinst_HEADERS = \
 	fxt_tool.h	\
 	histo_paje.h
+
+dist_bin_SCRIPTS +=	\
+	starpu_top.sh

tools/activity.sh → tools/starpu_top.sh