From 4b78bf2a549c2b4f75395a79b612f7e0a9ba50b8 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 17 Jul 2012 22:47:15 +0000 Subject: [PATCH] neercs: disable neercs build on Windows for now. --- neercs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index 6324453..b4814d9 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -1,5 +1,5 @@ -if USE_CACA +if BUILD_NEERCS noinst_PROGRAMS = neercs endif @@ -20,7 +20,7 @@ neercs_LDFLAGS = $(top_builddir)/src/liblol.a \ @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a -if USE_CACA +if BUILD_NEERCS all-local: neercs$(EXEEXT) test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self endif