mirror of https://github.com/neutrinolabs/xrdp
Merge pull request #2591 from matt335672/freebsd_waitforx_flags
Add AM_CPPFLAGS to makefile.am for waitforx
This commit is contained in:
commit
545663494c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue