diff options
author | corvid <corvid@lavabit.com> | 2009-05-15 22:08:10 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-15 22:08:10 -0400 |
commit | 1436c193233f3fb38b8c9f3fb9c8091e370a0738 (patch) | |
tree | c0a6b36afb61e990990f8a1c3fa4477fe1371643 /src/Makefile.am | |
parent | d7e0c535340fa9f77416b9de7f6887780944d898 (diff) |
Refactor: isolate calls to utf8 functions into a single source file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c8fc1db6..e71c4aa9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,8 @@ dillo_SOURCES = \ klist.h \ chain.c \ chain.h \ + utf8.cc \ + utf8.hh \ timeout.cc \ timeout.hh \ dialog.cc \ |