diff options
author | ltoetsch <> | 2001-05-31 10:26:41 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-05-31 10:26:41 +0000 |
commit | 9430775cd3d27f8300d461c53dce1687db120e7a (patch) | |
tree | d63d64de9e01af8e6c6422f4b3707f508ea13e21 /Makefile.in | |
parent | 7c2adf6a7c1e9e46f6815305c49b90b836ccf9e8 (diff) | |
download | lcd4linux-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.in | 2 |
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@ |