diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:46 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:17 -0500 |
commit | ef7635eccc2f1e86e81d111481ef29134f9a8c55 (patch) | |
tree | 39460853940f690b9ec0122f6518fb6020757f5f /Makefile | |
parent | 60ddf53399686061b34c11bcfe650905f6e6f192 (diff) | |
download | hqemu-ef7635eccc2f1e86e81d111481ef29134f9a8c55.zip hqemu-ef7635eccc2f1e86e81d111481ef29134f9a8c55.tar.gz |
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h curses.o: curses.c keymaps.h curses_keys.h -bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS) +bt-host.o: CFLAGS += $(BLUEZ_CFLAGS) libqemu_common.a: $(obj-y) |