Merge pull request #2591 from matt335672/freebsd_waitforx_flags

Add AM_CPPFLAGS to makefile.am for waitforx
This commit is contained in:
matt335672 2023-03-13 21:03:05 +00:00 committed by GitHub
commit 545663494c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ bin_PROGRAMS = \
xrdp-waitforx
AM_LDFLAGS = -lX11 -lXrandr
AM_CFLAGS = -I$(top_srcdir)/common
AM_CPPFLAGS = -I$(top_srcdir)/common
AM_CFLAGS = $(X_CFLAGS)
xrdp_waitforx_SOURCES = waitforx.c