Changes to autotools stuff for sesexec

This commit is contained in:
matt335672 2023-03-23 12:51:24 +00:00
parent c5971b535d
commit 4dcaa84fbe
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -62,5 +62,6 @@ dist_sesmansysconf_SCRIPTS = \
SUBDIRS = \
libsesman \
sesexec \
tools \
chansrv

View File

@ -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)