aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorltoetsch <>2001-05-31 10:26:41 +0000
committerltoetsch <>2001-05-31 10:26:41 +0000
commit9430775cd3d27f8300d461c53dce1687db120e7a (patch)
treed63d64de9e01af8e6c6422f4b3707f508ea13e21 /Makefile.in
parent7c2adf6a7c1e9e46f6815305c49b90b836ccf9e8 (diff)
downloadlcd4linux-9430775cd3d27f8300d461c53dce1687db120e7a.tar.gz
[lcd4linux @ 2001-05-31 10:26:41 by ltoetsch]
added tests for X and ncurses
Diffstat (limited to 'Makefile.in')
-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@