From 188a960be1a6ce3deebf46bc07cd136bb1663d2f Mon Sep 17 00:00:00 2001 From: Peifeng Yu Date: Mon, 20 Aug 2018 16:44:18 -0400 Subject: [PATCH] Fix file conflict during instal, close #9 --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index bef9e7a..123acf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,6 @@ MANPAGES = MANPAGES_ALIASES = TPHONY = -bin_PROGRAMS = -libexec_PROGRAMS = check_PROGRAMS = noinst_PROGRAMS = lib_LTLIBRARIES = @@ -41,6 +39,9 @@ bin_SCRIPTS = moduledir = $(libdir)/kmscon module_LTLIBRARIES = +helperdir = $(libexecdir)/kmscon +helper_PROGRAMS = + # # Default CFlags # Make all files include "config.h" by default. This shouldn't cause any @@ -478,7 +479,7 @@ mod_pixman_la_LDFLAGS = \ # bin_SCRIPTS += scripts/kmscon -libexec_PROGRAMS += kmscon +helper_PROGRAMS += kmscon check_PROGRAMS += \ test_output \ test_vt \