From f4cd548ded987ed7912cb80bd4a5e4aeaea42be7 Mon Sep 17 00:00:00 2001 From: LawrenceK Date: Wed, 5 Dec 2012 12:31:27 +0000 Subject: [PATCH] Use FREERDP_LIBS variable to access the frerdp libs, includes location --- libxrdp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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