Merge pull request #478 from proski/install-headers

Install headers used by X11rdp and xorgxrdp
This commit is contained in:
metalefty 2016-11-07 15:46:20 +09:00 committed by GitHub
commit 8da1829981

View File

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