diff options
Diffstat (limited to 'xts5/tset/Xlib15/Makefile.am')
-rw-r--r-- | xts5/tset/Xlib15/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xts5/tset/Xlib15/Makefile.am b/xts5/tset/Xlib15/Makefile.am index 5dd799d1..c557b1ee 100644 --- a/xts5/tset/Xlib15/Makefile.am +++ b/xts5/tset/Xlib15/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = $(XTS_LCFLAGS) $(XTS_CFLAGS) LDADD = $(TCM) $(XTS_LLIBS) $(XTS_LIBS) -check_PROGRAMS = $(tprogs) +libexec_PROGRAMS = $(tprogs) BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c) CLEANFILES = $(BUILT_SOURCES) @@ -58,7 +58,7 @@ tprogs = \ XWithdrawWindow/XWithdrawWindow # Auxiliary programs run from tests -check_PROGRAMS += \ +libexec_PROGRAMS += \ XSetWMProperties/Test1 \ XSetWMProperties/Test2 XSetWMProperties_Test1_LDADD = $(TCMCHILD) $(XTS_LLIBS) $(XTS_LIBS) |