xrdp/freerdp/Makefile.am

21 lines
454 B
Makefile
Raw Normal View History

2010-11-20 08:45:27 +03:00
EXTRA_DIST = xrdp-freerdp.h
2010-11-20 07:34:20 +03:00
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 \
$(FREERDP_CFLAGS)
2010-11-20 07:34:20 +03:00
lib_LTLIBRARIES = \
libxrdpfreerdp.la
2010-12-10 07:40:27 +03:00
libxrdpfreerdp_la_SOURCES = xrdp-freerdp.c xrdp-color.c
2010-11-20 07:34:20 +03:00
libxrdpfreerdp_la_LIBADD = \
$(top_builddir)/common/libcommon.la \
$(FREERDP_LIBS)