Fixed bug that caused drv_base.c to be compiled.

This commit is contained in:
ddouthitt
2001-09-27 16:45:06 +00:00
parent dbaee0b30a
commit 403754f1e6
+2 -2
View File
@@ -1,7 +1,7 @@
noinst_LIBRARIES = libLCDdrivers.a
libLCDdrivers_a_SOURCES = lcd.c lcd.h drv_base.c
libLCDdrivers_a_SOURCES = lcd.c lcd.h
EXTRA_libLCDdrivers_a_SOURCES = MtxOrb.c MtxOrb.h text.c text.h \
curses_drv.c curses_drv.h drv_base.c drv_base.h \
curses_drv.c curses_drv.h drv_base.h \
hd44780.c hd44780.h lb216.c lb216.h \
hd44780-4bit.c hd44780-4bit.h \
hd44780-ext8bit.c hd44780-ext8bit.h lcd_sem.c lcd_sem.h \