From 937b906f0d8cd1b70521ea1ac8f20b457a22c3bb Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 8 Sep 2003 23:15:53 +0000 Subject: ZRLE no longer uses C++, but C --- examples/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.in b/examples/Makefile.in index 6145225..af8cb28 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -65,8 +65,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ CC = @CC@ -CCLD = @CCLD@ -CXX = @CXX@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ @@ -218,6 +216,7 @@ am__depfiles_maybe = depfiles @AMDEP_TRUE@ ./$(DEPDIR)/vncev.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = blooptest.c colourmaptest.c example.c fontsel.c mac.c \ pnmshow.c pnmshow24.c regiontest.c simple.c simple15.c \ -- cgit v1.2.3