diff options
author | LawrenceK <github@lklyne.co.uk> | 2012-05-02 15:06:14 +0100 |
---|---|---|
committer | LawrenceK <github@lklyne.co.uk> | 2012-05-02 15:06:14 +0100 |
commit | a87381b7ad6a7165ce86938c86f9c038efff9ffa (patch) | |
tree | 6849d118ecc858b69d307e8cb7a44b28cd635ee2 /libxrdp | |
parent | ff6e8a12329016cb426640670047eb679403c62c (diff) | |
download | xrdp-proprietary-a87381b7ad6a7165ce86938c86f9c038efff9ffa.tar.gz xrdp-proprietary-a87381b7ad6a7165ce86938c86f9c038efff9ffa.zip |
to build xrdp with freerdp1 you need another library for libxrdp
Diffstat (limited to 'libxrdp')
-rw-r--r-- | libxrdp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am index be0fe9d1..08fb7130 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 +EXTRA_LIBS += -lfreerdp-codec -lfreerdp-utils endif if XRDP_JPEG |