LCDd.conf | 8 ++++---- server/drivers/Makefile.am | 4 +++- shared/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LCDd.conf b/LCDd.conf index 85befed..1cb0671 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -40,8 +40,8 @@ # EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, IOWarrior, # irman, joy, lb216, lcdm001, lcterm, lirc, MD8800, ms6931, mtc_s16209x, # MtxOrb, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS, -# serialVFD, sli, stv5730, svga, t6963, text, tyan, ula200, xosd -Driver=curses +# serialVFD, sli, stv5730, svga, t6963, text, tyan, ula200, xosd, serdisplib +Driver=imon # Tells the driver to bind to the given interface Bind=127.0.0.1 @@ -79,8 +79,8 @@ User=nobody DriverPath=server/drivers/ # GoodBye message: each entry represents a display line; default: builtin -#GoodBye="Thanks for using" -#GoodBye=" LCDproc!" +GoodBye="" +GoodBye="" # The "...Key=" lines define what the server does with keypresses that # don't go to any client. diff --git a/server/drivers/Makefile.am b/server/drivers/Makefile.am index c6f08f2..f89d288 100644 --- a/server/drivers/Makefile.am +++ b/server/drivers/Makefile.am @@ -29,11 +29,13 @@ g15_CFLAGS = @libusb_cflags@ $(AM_CFLAGS) CFontz_LDADD = libLCD.a libbignum.a CFontz633_LDADD = libLCD.a libbignum.a CFontzPacket_LDADD = libLCD.a libbignum.a +bayrad_LDADD = libLCD.a curses_LDADD = @LIBCURSES@ CwLnx_LDADD = libLCD.a libbignum.a g15_LDADD = libLCD.a @LIBG15@ glcdlib_LDADD = libLCD.a @LIBGLCD@ -hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @libusb_libs@ libbignum.a +glk_LDADD = libbignum.a +hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @libusb_libs@ libbignum.a ../../shared/libLCDstuff.a hd44780_DEPENDENCIES = @HD44780_DRIVERS@ icp_a106_LDADD = libLCD.a imon_LDADD = libLCD.a diff --git a/shared/Makefile.am b/shared/Makefile.am index 604a6ba..45986a8 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -6,7 +6,7 @@ libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c c libLCDstuff_a_LIBADD = @LIBOBJS@ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) -fPIC EXTRA_DIST = Makefile.in