From ca7de12cf51a3e5eea059a8b612a8196269f9011 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 15 Jan 2007 05:47:13 +0000 Subject: minor cosmetic changes and fixes git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@733 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile.am | 5 +---- Makefile.in | 5 +---- drv_Sample.c | 2 +- plugin_sample.c | 2 +- smoketest.sh | 2 +- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index fd69cc4..418f59c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ drv_WincorNixdorf.c \ drv_X11.c \ \ font_6x8.h \ +font_6x8_bold.h \ widget_image.c widget_image.h \ \ lcd4linux_i2c.h \ @@ -137,12 +138,8 @@ lcd4linux.lsm \ curses.m4 \ AUTHORS \ CREDITS \ -FAQ \ NEWS \ TODO \ README \ -README.Drivers \ -README.Plugins \ -README.KDE \ plugin_sample.c diff --git a/Makefile.in b/Makefile.in index 48d2451..0c29310 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,6 +290,7 @@ drv_WincorNixdorf.c \ drv_X11.c \ \ font_6x8.h \ +font_6x8_bold.h \ widget_image.c widget_image.h \ \ lcd4linux_i2c.h \ @@ -331,13 +332,9 @@ lcd4linux.lsm \ curses.m4 \ AUTHORS \ CREDITS \ -FAQ \ NEWS \ TODO \ README \ -README.Drivers \ -README.Plugins \ -README.KDE \ plugin_sample.c all: config.h diff --git a/drv_Sample.c b/drv_Sample.c index ad37d56..d99fdf6 100644 --- a/drv_Sample.c +++ b/drv_Sample.c @@ -4,7 +4,7 @@ * sample lcd4linux driver * * Copyright (C) 2005 Michael Reinelt - * Copyright (C) 2005 The LCD4Linux Team + * Copyright (C) 2005, 2006, 2007 The LCD4Linux Team * * This file is part of LCD4Linux. * diff --git a/plugin_sample.c b/plugin_sample.c index e15dc93..5114800 100644 --- a/plugin_sample.c +++ b/plugin_sample.c @@ -4,7 +4,7 @@ * plugin template * * Copyright (C) 2003 Michael Reinelt - * Copyright (C) 2004 The LCD4Linux Team + * Copyright (C) 2004, 2005, 2006, 2007 The LCD4Linux Team * * This file is part of LCD4Linux. * diff --git a/smoketest.sh b/smoketest.sh index e045e19..0a3086c 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -9,7 +9,7 @@ rm -f smoketest.log lcd4linux make distclean ./bootstrap -for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux G15 HD44780 LCD2USB LCDLinux LCDTerm LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBLCD WincorNixdorf X11; do +for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux G15 HD44780 LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-driver=$driver -- cgit v1.2.3