diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 20:04:20 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 20:04:20 +0000 |
commit | 64a324c6ffd7ba8a9bce52d41db3e63d77b69eca (patch) | |
tree | ff6777591d3e2047923c8e9fb948ba17776c723b | |
parent | eb51653deaa7a8cac0bac02f4a1fe4cd8291590b (diff) |
Strip .sh from filenames of scripts to match the way they are installed by
the monolith
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d3d40ce..dab34a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ bin_SCRIPTS = x11perfcomp LIBPATH = $(libdir)/X11/x11perfcomp x11perfcompdir = $(LIBPATH) -dist_x11perfcomp_SCRIPTS = fillblnk.sh perfboth.sh perfratio.sh Xmark.sh +dist_x11perfcomp_SCRIPTS = fillblnk perfboth perfratio Xmark x11perf_CFLAGS = $(X11PERF_CFLAGS) x11perf_LDADD = $(X11PERF_LIBS) -lm |