Added lcd_lib.c to the makefile.

This commit is contained in:
ddouthitt
2001-09-28 21:15:13 +00:00
parent 2ae4511295
commit e37ae29f66
+1 -1
View File
@@ -1,5 +1,5 @@
noinst_LIBRARIES = libLCDdrivers.a
libLCDdrivers_a_SOURCES = lcd.c lcd.h
libLCDdrivers_a_SOURCES = lcd.c lcd.h lcd_lib.c
EXTRA_libLCDdrivers_a_SOURCES = MtxOrb.c MtxOrb.h text.c text.h \
curses_drv.c curses_drv.h drv_base.h \
hd44780.c hd44780.h lb216.c lb216.h \