From d560a4920cdd16904a71640e0cfc380ea34e9e6f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Aug 2012 15:26:45 +0200 Subject: chain filter and modules with one ctor param work now --- src/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 906f3ea..2b7c38e 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -39,8 +39,8 @@ CPP_OBJS = \ LOCAL_STATIC_LIB = \ libcrawlingwolf.a -#CPP_BINS = \ -# crawlingwolf$(EXE) +CPP_BINS = \ + crawlingwolf$(EXE) -include $(TOPDIR)/makefiles/gmake/sub.mk -- cgit v1.2.3-54-g00ecf