diff options
author | Gernot Tenchio <[email protected]> | 2011-08-16 14:02:38 +0200 |
---|---|---|
committer | Johannes Schindelin <[email protected]> | 2011-08-17 12:46:30 +0200 |
commit | b543d48677082cf23b771a4e16ceccccc2f7d9e1 (patch) | |
tree | 55c13aa7fbae2a65ecd633c2f2fb7f6f0db7854e /libvncserver/Makefile.am | |
parent | c2fb69f84d3243e7068754436f8b5edbacc837ad (diff) | |
download | libtdevnc-b543d48677082cf23b771a4e16ceccccc2f7d9e1.tar.gz libtdevnc-b543d48677082cf23b771a4e16ceccccc2f7d9e1.zip |
Move libvncserver/md5* to common
Signed-off-by: Johannes Schindelin <[email protected]>
Diffstat (limited to 'libvncserver/Makefile.am')
-rw-r--r-- | libvncserver/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am index a22d77f..a9feac1 100644 --- a/libvncserver/Makefile.am +++ b/libvncserver/Makefile.am @@ -24,7 +24,7 @@ WEBSOCKETSSSLSRCS = rfbssl_none.c #endif endif -WEBSOCKETSSRCS = websockets.c md5.c $(WEBSOCKETSSSLSRCS) +WEBSOCKETSSRCS = websockets.c ../common/md5.c $(WEBSOCKETSSSLSRCS) endif includedir=$(prefix)/include/rfb |