From 4dcaa84fbe881b9af4de1d17dbe2d895dec3b801 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:51:24 +0000 Subject: [PATCH] Changes to autotools stuff for sesexec --- configure.ac | 1 + sesman/Makefile.am | 1 + waitforx/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 051f9123..3e3557db 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/sesman/Makefile.am b/sesman/Makefile.am index ab097910..542186d8 100644 --- a/sesman/Makefile.am +++ b/sesman/Makefile.am @@ -62,5 +62,6 @@ dist_sesmansysconf_SCRIPTS = \ SUBDIRS = \ libsesman \ + sesexec \ tools \ chansrv diff --git a/waitforx/Makefile.am b/waitforx/Makefile.am index 4adc6ae8..5b96f661 100644 --- a/waitforx/Makefile.am +++ b/waitforx/Makefile.am @@ -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)