Fix file conflict during instal, close #9
This commit is contained in:
parent
3f8b688221
commit
188a960be1
@ -30,8 +30,6 @@ MANPAGES =
|
|||||||
MANPAGES_ALIASES =
|
MANPAGES_ALIASES =
|
||||||
TPHONY =
|
TPHONY =
|
||||||
|
|
||||||
bin_PROGRAMS =
|
|
||||||
libexec_PROGRAMS =
|
|
||||||
check_PROGRAMS =
|
check_PROGRAMS =
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
lib_LTLIBRARIES =
|
lib_LTLIBRARIES =
|
||||||
@ -41,6 +39,9 @@ bin_SCRIPTS =
|
|||||||
moduledir = $(libdir)/kmscon
|
moduledir = $(libdir)/kmscon
|
||||||
module_LTLIBRARIES =
|
module_LTLIBRARIES =
|
||||||
|
|
||||||
|
helperdir = $(libexecdir)/kmscon
|
||||||
|
helper_PROGRAMS =
|
||||||
|
|
||||||
#
|
#
|
||||||
# Default CFlags
|
# Default CFlags
|
||||||
# Make all files include "config.h" by default. This shouldn't cause any
|
# 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
|
bin_SCRIPTS += scripts/kmscon
|
||||||
libexec_PROGRAMS += kmscon
|
helper_PROGRAMS += kmscon
|
||||||
check_PROGRAMS += \
|
check_PROGRAMS += \
|
||||||
test_output \
|
test_output \
|
||||||
test_vt \
|
test_vt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user