]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: properly recognize external Kbuild/Mbuild files
authorJan Engelhardt <jengelh@medozas.de>
Sat, 7 Jun 2008 08:25:40 +0000 (10:25 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 6 Jul 2008 20:00:54 +0000 (22:00 +0200)
extensions/GNUmakefile.in
extensions/Kbuild

index 646c6e946886a242c4e87c0231aa77616e72fa0f..0a3029099dd8b47aed602f28e3eaf3b8dd5d7348 100644 (file)
@@ -46,6 +46,8 @@ endif
 include ${top_srcdir}/mconfig
 -include ${top_srcdir}/mconfig.*
 include ${srcdir}/Mbuild
+-include ${srcdir}/Mbuild.*
+-include ${srcdir}/*.Mbuild
 
 
 #
index 920712659d2aa04607c05b49437faf1ba26e1653..3dc08f93f7b0932019289195fc4862f2e8eb536c 100644 (file)
@@ -18,3 +18,4 @@ obj-${build_ipp2p}    += xt_ipp2p.o
 obj-${build_portscan} += xt_portscan.o
 
 -include ${M}/*.Kbuild
+-include ${M}/Kbuild.*