mirror of https://github.com/neutrinolabs/xrdp
Changes to autotools stuff for sesexec
This commit is contained in:
parent
c5971b535d
commit
4dcaa84fbe
|
@ -588,6 +588,7 @@ AC_CONFIG_FILES([
|
|||
sesman/libsesman/Makefile
|
||||
sesman/chansrv/Makefile
|
||||
sesman/Makefile
|
||||
sesman/sesexec/Makefile
|
||||
sesman/tools/Makefile
|
||||
tests/Makefile
|
||||
tests/common/Makefile
|
||||
|
|
|
@ -62,5 +62,6 @@ dist_sesmansysconf_SCRIPTS = \
|
|||
|
||||
SUBDIRS = \
|
||||
libsesman \
|
||||
sesexec \
|
||||
tools \
|
||||
chansrv
|
||||
|
|
|
@ -4,7 +4,7 @@ pkglibexec_PROGRAMS = \
|
|||
AM_LDFLAGS = -lX11 -lXrandr
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/sesman \
|
||||
-I$(top_srcdir)/sesman/sesexec \
|
||||
-I$(top_srcdir)/common
|
||||
|
||||
AM_CFLAGS = $(X_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue