diff options
| author | Markus Armbruster | 2013-04-11 18:07:18 +0200 |
|---|---|---|
| committer | Blue Swirl | 2013-04-13 21:39:59 +0200 |
| commit | cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1 (patch) | |
| tree | 16bb107ec67b9570c41cb1ff601f56c518adc0b1 /util/Makefile.objs | |
| parent | Merge branch 'mingw' of git://qemu.weilnetz.de/qemu (diff) | |
| download | qemu-cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1.tar.gz qemu-cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1.tar.xz qemu-cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1.zip | |
unicode: New mod_utf8_codepoint()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'util/Makefile.objs')
| -rw-r--r-- | util/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs index 557bda7a15..c5652f5260 100644 --- a/util/Makefile.objs +++ b/util/Makefile.objs @@ -1,4 +1,4 @@ -util-obj-y = osdep.o cutils.o qemu-timer-common.o +util-obj-y = osdep.o cutils.o unicode.o qemu-timer-common.o util-obj-$(CONFIG_WIN32) += oslib-win32.o qemu-thread-win32.o event_notifier-win32.o util-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o event_notifier-posix.o util-obj-y += envlist.o path.o host-utils.o cache-utils.o module.o |
