diff options
author | reinelt <> | 2004-01-09 17:03:07 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-09 17:03:07 +0000 |
commit | 117fa6f13e164c7eb5edaee955cabe2666718845 (patch) | |
tree | cac3b4854c1e8437e81b711fd892b9b921a71abf /Makefile.am | |
parent | c8d1a94e34b59f94c8bf7af1a5dde282515a2e19 (diff) | |
download | lcd4linux-117fa6f13e164c7eb5edaee955cabe2666718845.tar.gz |
[lcd4linux @ 2004-01-09 17:03:06 by reinelt]
initiated transfer to new driver architecture
new file 'drv.c' will someday replace 'display.c'
new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
due to this 'soft' transfer lcd4linux should stay usable during the switch
(at least I hope so)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6885c9..b93c710 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ liblcd4linux_la_LIBADD = @DRIVERS@ liblcd4linux_la_SOURCES = \ display.c display.h \ +drv.c drv.h \ debug.c debug.h \ cfg.c cfg.h \ lock.c lock.h \ @@ -61,7 +62,7 @@ HD44780.c \ M50530.c \ T6963.c \ USBLCD.c \ -MatrixOrbital.c \ +drv_MatrixOrbital.c MatrixOrbital.c \ MilfordInstruments.c \ PalmPilot.c \ Raster.c \ |