Skip to content

Commit 55abb63

Browse files
author
reinelt
committed
[lcd4linux @ 2004-06-26 06:12:14 by reinelt]
support for Beckmann+Egle Compact Terminals some mostly cosmetic changes in the MatrixOrbital and USBLCD driver added debugging to the generic serial driver fixed a bug in the generic text driver where icons could be drawn outside the display bounds git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@479 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
1 parent 1931912 commit 55abb63

File tree

7 files changed

+562
-111
lines changed

7 files changed

+562
-111
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ PLUGINS = @PLUGINS@
8282
bin_PROGRAMS = lcd4linux
8383
#lib_LTLIBRARIES = liblcd4linux.la
8484

85-
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall
85+
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall -ansi
8686

8787
lcd4linux_LDFLAGS = $(X_LIBS)
8888
lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@

0 commit comments

Comments
 (0)