diff options
Diffstat (limited to 'xts5/Xproto/Makefile.am')
-rw-r--r-- | xts5/Xproto/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xts5/Xproto/Makefile.am b/xts5/Xproto/Makefile.am index da440082..acfb465b 100644 --- a/xts5/Xproto/Makefile.am +++ b/xts5/Xproto/Makefile.am @@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = $(XP_LCFLAGS) $(XP_CFLAGS) LDADD = $(TCM) $(XP_LLIBS) $(XP_LIBS) -libexec_PROGRAMS = $(tprogs) +testprogdir = $(libexecdir)/$(subdir) +nobase_testprog_PROGRAMS = $(tprogs) BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c) CLEANFILES = $(BUILT_SOURCES) |