summaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.am')
-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)