aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2000-03-22 15:36:21 +0000
committerreinelt <>2000-03-22 15:36:21 +0000
commitaf243c0321c8eff1fcf1384d105333ae4e243f67 (patch)
treecb85a9ee9f8f4adf8c61077573e696c1527f4ac5 /Makefile.am
parent26521bed933853a430ccb086524bd5bb9d2a78ba (diff)
downloadlcd4linux-af243c0321c8eff1fcf1384d105333ae4e243f67.tar.gz
[lcd4linux @ 2000-03-22 15:36:21 by reinelt]
added '-l' switch (list drivers) generic pixmap driver added X11 Framework done
Diffstat (limited to '')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 86e6be1..443f527 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,10 @@ lcd4linux_SOURCES = \
isdn.c isdn.h \
filter.c filter.h \
display.c display.h \
+ pixmap.c pixmap.h \
+ fontmap.c fontmap.h \
Skeleton.c \
- MatrixOrbital.c
+ MatrixOrbital.c \
+ XWindow.c