summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-21 12:03:22 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-21 12:03:22 +0200
commit2bbcfa3423ce6331745fef31c8fcfed310f1875f (patch)
treee0941f4150b26d8293f854abd2e83474db5cc18d /plugingui/Makefile.am
parentaf01e8e8031bc9c0c29cc3afe17a63fded5dbeeb (diff)
Add utf8 to latin1 conversion to use it in the "About" textfield.
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r--plugingui/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index c4fc9f2..2be22fb 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -90,6 +90,7 @@ nodist_libdggui_la_SOURCES = \
texture.cc \
texturedbox.cc \
toggle.cc \
+ utf8.cc \
verticalline.cc \
widget.cc \
window.cc \