Use direct translation between keysym and Unicode, rather than table (see http:/...
[libguac-client-rdp.git] / Makefile.am
index be4b416..c7069ee 100644 (file)
@@ -42,7 +42,6 @@ AM_CFLAGS = -Werror -Wall -pedantic -Iinclude
 lib_LTLIBRARIES = libguac-client-rdp.la
 
 libguac_client_rdp_la_SOURCES = src/client.c src/rdp_bitmap.c src/rdp_glyph.c src/rdp_pointer.c src/rdp_gdi.c src/guac_handlers.c src/rdp_cliprdr.c \
-                                src/unicode_convtable.c\
                                 src/rdp_keymap.c \
                                 src/rdp_keymap_base.c \
                                 src/rdp_keymap_en_us.c