diff options
| author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:58:08 +0000 |
|---|---|---|
| committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:58:08 +0000 |
| commit | 6eec23d6f438845b1a646790a83be3053bc194bc (patch) | |
| tree | 14a77147c2660837366de8622581ff51dd01aa1b /Makefile | |
| parent | 2949be131a5cc198e3f6ec17a0b59e41a746349a (diff) | |
| download | lcd4linux-6eec23d6f438845b1a646790a83be3053bc194bc.tar.gz | |
driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarkson
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0b3e952..d371709 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,6 +97,7 @@ drv_M50530.c \ drv_MatrixOrbital.c \ drv_MatrixOrbitalGX.c \ drv_MilfordInstruments.c \ +drv_Newhaven.c \ drv_Noritake.c \ drv_NULL.c \ drv_Pertelian.c \ diff --git a/Makefile.in b/Makefile.in index 776ae7e..494806a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,6 +329,7 @@ drv_M50530.c \ drv_MatrixOrbital.c \ drv_MatrixOrbitalGX.c \ drv_MilfordInstruments.c \ +drv_Newhaven.c \ drv_Noritake.c \ drv_NULL.c \ drv_Pertelian.c \ @@ -553,6 +554,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_MatrixOrbitalGX.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_MilfordInstruments.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_NULL.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Newhaven.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Noritake.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_PHAnderson.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_PICGraphic.Po@am__quote@ |
