58c9cb43e9
Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
16 lines
232 B
Makefile
16 lines
232 B
Makefile
EXTRA_DIST = \
|
|
simple.c \
|
|
vrplayer.c \
|
|
vrplayer.mk
|
|
|
|
AM_CPPFLAGS = \
|
|
-DXRDP_SOCKET_PATH=\"${socketdir}\" \
|
|
-I$(top_srcdir)/common
|
|
|
|
module_LTLIBRARIES = \
|
|
libxrdpapi.la
|
|
|
|
libxrdpapi_la_SOURCES = \
|
|
xrdpapi.c \
|
|
xrdpapi.h
|