aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-31 10:26:41 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-31 10:26:41 +0000
commit61fda368378481fd2449e584c1f6ab4de52dcd25 (patch)
treed63d64de9e01af8e6c6422f4b3707f508ea13e21 /Makefile.in
parent2012487dc33d7c5ec99b8246303470eb0c5c8a25 (diff)
downloadlcd4linux-61fda368378481fd2449e584c1f6ab4de52dcd25.tar.gz
[lcd4linux @ 2001-05-31 10:26:41 by ltoetsch]
added tests for X and ncurses git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 852c5fe..177adda 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,6 +59,8 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
AWK = @AWK@
CC = @CC@
+CURSES_INCLUDES = @CURSES_INCLUDES@
+CURSES_LIBS = @CURSES_LIBS@
DRIVERS = @DRIVERS@
DRVLIBS = @DRVLIBS@
LN_S = @LN_S@