summaryrefslogtreecommitdiff
path: root/make/gnu-dep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/gnu-dep.mk')
-rw-r--r--make/gnu-dep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gnu-dep.mk b/make/gnu-dep.mk
index 5cf0927da..cd5b37078 100644
--- a/make/gnu-dep.mk
+++ b/make/gnu-dep.mk
@@ -1,4 +1,4 @@
-CFILES = $(shell perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_spanningtree/*.cpp>')
+CFILES = $(shell perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>')
CFILES += socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp
alldep:
@../make/calcdep.pl $(CFILES)