summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-11-09 12:26:17 +0100
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 22:25:15 -0800
commit345633dc9c79b32a1b391dfb4dfedf87ae9e291b (patch)
treee6eb70acec260528ecacb5f94bd8ed7c904d1db2 /util
parented31677bb9b1dd9498715a922763968917b87e49 (diff)
downloadxorg-lib-libXt-345633dc9c79b32a1b391dfb4dfedf87ae9e291b.tar.gz
Don't install makestrs on the system
It has no known outside-libXt users. Let's not install it and its man page. Signed-off-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index d51365e..a11d4dc 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,8 +1,4 @@
-if INSTALL_MAKESTRS
-bin_PROGRAMS = makestrs
-else
noinst_PROGRAMS = makestrs
-endif
CC = @CC_FOR_BUILD@
CFLAGS = @CFLAGS_FOR_BUILD@
@@ -23,11 +19,7 @@ appmandir = $(APP_MAN_DIR)
appman_PRE = makestrs.man
-if INSTALL_MAKESTRS
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-else
noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-endif
EXTRA_DIST += $(appman_PRE)
CLEANFILES = $(appman_DATA)