浏览代码

neercs: disable neercs build on Windows for now.

master
Sam Hocevar 12 年前
父节点
当前提交
4b78bf2a54
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      neercs/Makefile.am

+ 2
- 2
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


正在加载...
取消
保存