diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 10:22:19 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-07-15 10:22:19 +0000 |
commit | b243fddf0754e8d193febc0598941fd1638ff33b (patch) | |
tree | ff80c438b682a1379a494dc710025c5f8eaf7dd7 /Makefile.in | |
parent | 38a69aee81b48e2df7714310c39b5cdf171b9123 (diff) | |
download | lcd4linux-b243fddf0754e8d193febc0598941fd1638ff33b.tar.gz |
added IRLCD driver by Jean-Philippe Civade
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@884 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7aa11ec..4f2bfd4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -275,6 +275,7 @@ drv_EA232graphic.c \ drv_G15.c \ drv_HD44780.c \ drv_Image.c \ +drv_IRLCD.c \ drv_LCD2USB.c \ drv_LCDLinux.c \ drv_LCDTerm.c \ @@ -456,6 +457,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_EA232graphic.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_G15.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_HD44780.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_IRLCD.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Image.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_LCD2USB.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_LCDLinux.Po@am__quote@ |