xrdp/libipm/Makefile.am
matt335672 c51ec2e8e9 Remove sesmanruntimedir
Now we've made the XRDP_SOCKET_PATH only writeable by root, it's
safe to move the sesman socket back into this directory. We no longer
need a separate sesmanruntimedir
2023-10-23 18:14:46 +01:00

27 lines
431 B
Makefile

AM_CPPFLAGS = \
-DXRDP_SOCKET_ROOT_PATH=\"${socketdir}\" \
-I$(top_srcdir)/common
module_LTLIBRARIES = \
libipm.la
libipm_la_SOURCES = \
libipm.h \
libipm.c \
libipm_send.c \
libipm_recv.c \
libipm_facilities.h \
libipm_private.h \
eicp.h \
eicp.c \
ercp.h \
ercp.c \
scp.h \
scp.c \
scp_application_types.h \
scp_application_types.c
libipm_la_LIBADD = \
$(top_builddir)/common/libcommon.la