From cb3cf606cd3a3758aa8bd085a3d65670039365a3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Oct 2003 07:02:46 +0000 Subject: 2003-10-23 Ralf Corsepius * configure.ac: Add AM_CONDITIONAL(LIBCHIP). * fileio/Makefile.am: Only build if LIBCHIP is available. --- testsuites/samples/fileio/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/samples/fileio/Makefile.am') diff --git a/testsuites/samples/fileio/Makefile.am b/testsuites/samples/fileio/Makefile.am index 03dfe2a414..eab6dbba35 100644 --- a/testsuites/samples/fileio/Makefile.am +++ b/testsuites/samples/fileio/Makefile.am @@ -31,10 +31,12 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # +if LIBCHIP all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) +endif EXTRA_DIST = $(C_FILES) $(DOCS) -- cgit v1.2.3