aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.am3
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 \