diff options
author | reinelt <> | 2003-07-29 04:56:13 +0000 |
---|---|---|
committer | reinelt <> | 2003-07-29 04:56:13 +0000 |
commit | eaa20ab6512e69a3f7cac0b8a7c840c430e5eb51 (patch) | |
tree | 8a45be4b879a10adfa2c2eb5b0943d4d919e6f75 /Makefile.in | |
parent | 6ea1ce26e69f1180806cd31f71a3e59091820371 (diff) | |
download | lcd4linux-eaa20ab6512e69a3f7cac0b8a7c840c430e5eb51.tar.gz |
[lcd4linux @ 2003-07-29 04:56:13 by reinelt]
disable Raster driver automagically if gd.h not found
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 52f7232..c16a52b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,11 +57,16 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ CC = @CC@ CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@ CURSES_LIBS = @CURSES_LIBS@ DRIVERS = @DRIVERS@ DRVLIBS = @DRVLIBS@ +HAVE_LIB = @HAVE_LIB@ +LIB = @LIB@ +LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -108,7 +113,7 @@ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ -configure configure.in install-sh missing mkinstalldirs +config.sub configure configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |