diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-07-05 21:50:09 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-07-05 21:50:09 -0700 |
commit | 0392b0167a22bdc72cbccfe0a931d9a762ac9681 (patch) | |
tree | 746e0f55a8f5ac58344dcef11c1f451e12b8e5b1 /sesman/libscp | |
parent | 7ad58be4808c381e900809ca6d38f7f3d8e7c904 (diff) | |
download | xrdp-proprietary-0392b0167a22bdc72cbccfe0a931d9a762ac9681.tar.gz xrdp-proprietary-0392b0167a22bdc72cbccfe0a931d9a762ac9681.zip |
autotool fixes
Diffstat (limited to 'sesman/libscp')
-rw-r--r-- | sesman/libscp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/libscp/Makefile.am b/sesman/libscp/Makefile.am index 27ae1fd0..de8513f8 100644 --- a/sesman/libscp/Makefile.am +++ b/sesman/libscp/Makefile.am @@ -27,4 +27,5 @@ libscp_la_SOURCES = \ libscp_vX.c libscp_la_LIBADD = \ - $(top_srcdir)/common/libcommon.la + $(top_srcdir)/common/libcommon.la \ + -lpthread |