Skip to content

Commit

Permalink
libcacard: link against qemu-error.o for error_report()
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
stefanhaRH committed Sep 18, 2013
1 parent 6c2679f commit 975a001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcacard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ TOOLS += vscclient$(EXESUF)

# objects linked into a shared library, built with libtool with -fPIC if required
libcacard-obj-y = $(stub-obj-y) $(libcacard-y)
libcacard-obj-y += util/osdep.o util/cutils.o util/qemu-timer-common.o util/error.o
libcacard-obj-y += util/osdep.o util/cutils.o util/qemu-timer-common.o
libcacard-obj-y += util/error.o util/qemu-error.o
libcacard-obj-$(CONFIG_WIN32) += util/oslib-win32.o util/qemu-thread-win32.o
libcacard-obj-$(CONFIG_POSIX) += util/oslib-posix.o util/qemu-thread-posix.o
libcacard-obj-y += $(filter trace/%, $(util-obj-y))
Expand Down

0 comments on commit 975a001

Please sign in to comment.