summaryrefslogtreecommitdiffstats
path: root/xup/Makefile.am
blob: 544c957a511d4a285142f836a59f0b8d7b2b6b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
EXTRA_DIST = xup.h

AM_CFLAGS = \
  -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
  -DXRDP_SBIN_PATH=\"${sbindir}\" \
  -DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
  -DXRDP_PID_PATH=\"${localstatedir}/run\"

INCLUDES = \
  -I$(top_srcdir)/common

lib_LTLIBRARIES = \
  libxup.la

libxup_la_SOURCES = xup.c

libxup_la_LIBADD = \
  $(top_builddir)/common/libcommon.la