summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-08 15:26:45 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-08 15:26:45 +0200
commitd560a4920cdd16904a71640e0cfc380ea34e9e6f (patch)
treeb94acc06cfabedea7146e142fdaffd0663e94d45 /src/GNUmakefile
parent4257babfecb1fcb298b848ef5a918bd9295abb30 (diff)
downloadcrawler-d560a4920cdd16904a71640e0cfc380ea34e9e6f.tar.gz
crawler-d560a4920cdd16904a71640e0cfc380ea34e9e6f.tar.bz2
chain filter and modules with one ctor param work now
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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