Browse Source

Makefile.am: renaming of StarPU-Top to starpu_top

Nathalie Furmento 13 years ago
parent
commit
2577b0db97
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -78,8 +78,8 @@ install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
 	$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top $(DESTDIR)$(bindir)
 uninstall-local:
-	$(RM) $(DESTDIR)$(bindir)/StarPU-Top
-	$(RM) starpu-top/StarPU-Top
+	$(RM) $(DESTDIR)$(bindir)/starpu_top
+	$(RM) starpu-top/starpu_top
 	$(RM) starpu-top/Makefile
 
 if STARPU_HAVE_HELP2MAN