Skip to content

Commit

Permalink
Changes to autotools stuff for sesexec
Browse files Browse the repository at this point in the history
  • Loading branch information
matt335672 committed May 2, 2023
1 parent c5971b5 commit 4dcaa84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sesman/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ dist_sesmansysconf_SCRIPTS = \

SUBDIRS = \
libsesman \
sesexec \
tools \
chansrv
2 changes: 1 addition & 1 deletion waitforx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4dcaa84

Please sign in to comment.