summaryrefslogtreecommitdiffstats
path: root/libxrdp/Makefile.am
diff options
context:
space:
mode:
authorLawrenceK <github@lklyne.co.uk>2012-12-05 12:31:27 +0000
committerLawrenceK <github@lklyne.co.uk>2012-12-06 09:09:46 +0000
commitf4cd548ded987ed7912cb80bd4a5e4aeaea42be7 (patch)
tree07b9afafaa3d76f63d0f0e36bc5e43ff1988c8f7 /libxrdp/Makefile.am
parentd834533dfb103dd26f23055796894b52194b9b74 (diff)
downloadxrdp-proprietary-f4cd548ded987ed7912cb80bd4a5e4aeaea42be7.tar.gz
xrdp-proprietary-f4cd548ded987ed7912cb80bd4a5e4aeaea42be7.zip
Use FREERDP_LIBS variable to access the frerdp libs, includes location
Diffstat (limited to 'libxrdp/Makefile.am')
-rw-r--r--libxrdp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am
index 11d1d836..0bf6f2e2 100644
--- a/libxrdp/Makefile.am
+++ b/libxrdp/Makefile.am
@@ -13,7 +13,7 @@ endif
if XRDP_FREERDP1
EXTRA_DEFINES += -DXRDP_FREERDP1
-EXTRA_LIBS += -lfreerdp-codec -lfreerdp-utils
+EXTRA_LIBS += $(FREERDP_LIBS)
endif
if XRDP_JPEG