HD44780 update:

- Fixed build bug (winamp was not included)
- Reporting fix.
This commit is contained in:
robijn
2002-05-20 21:08:37 +00:00
parent 7c49cb535c
commit d3cf1569eb
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ dnl else
;;
hd44780)
if test "$ac_cv_port_have_lpt" = yes ; then
HD44780_DRIVERS="hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-serialLpt.o hd44780-picanlcd.o"
HD44780_DRIVERS="hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-winamp.o hd44780-serialLpt.o hd44780-picanlcd.o"
else
HD44780_DRIVERS="hd44780-picanlcd.o"
fi