Install headers used by X11rdp and xorgxrdp

Installing the headers makes it possible to compile xorgxrdp as a
separate package, without xrdp sources.
This commit is contained in:
Pavel Roskin 2016-11-06 22:36:13 -08:00
parent 94901c9989
commit 1fe368c5b3
1 changed files with 5 additions and 3 deletions

View File

@ -6,6 +6,11 @@ endif
EXTRA_DIST = pixman-region.c EXTRA_DIST = pixman-region.c
include_HEADERS = \
xrdp_client_info.h \
xrdp_constants.h \
xrdp_rail.h
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \ -DXRDP_SBIN_PATH=\"${sbindir}\" \
@ -42,9 +47,6 @@ libcommon_la_SOURCES = \
thread_calls.h \ thread_calls.h \
trans.c \ trans.c \
trans.h \ trans.h \
xrdp_client_info.h \
xrdp_constants.h \
xrdp_rail.h \
$(PIXMAN_SOURCES) $(PIXMAN_SOURCES)
libcommon_la_LIBADD = \ libcommon_la_LIBADD = \