diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-08 06:01:02 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-08 06:01:02 +0000 |
commit | 2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae (patch) | |
tree | d0791532b9f9dc042d6beb2b268da5e93c3b17f1 /Makefile.target | |
parent | 88cb0a02b78415429ac354d5880ab2b08321c22b (diff) |
Braille device support
(Samuel Thibault)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4173 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index f5e95ba9a4..5292ee7fa3 100644 --- a/Makefile.target +++ b/Makefile.target @@ -658,7 +658,7 @@ main.o: CFLAGS+=-p endif $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a - $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) + $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) endif # !CONFIG_USER_ONLY |