merge olsrd changes with freifunks code changes. compiles completely, but have not...
[openwrt/svn-archive/archive.git] / net / olsrd / patches / 110-olsrd-libsmake.patch
1 diff -Nur olsrd-0.4.10.orig/lib/Makefile olsrd-0.4.10/lib/Makefile
2 --- olsrd-0.4.10.orig/lib/Makefile 2005-05-26 18:09:25.000000000 +0200
3 +++ olsrd-0.4.10/lib/Makefile 2006-12-01 08:18:12.000000000 +0100
4 @@ -1,4 +1,4 @@
5 -SUBDIRS = dot_draw dyn_gw httpinfo mini nameservice powerinfo secure tas
6 +SUBDIRS = $(shell find -maxdepth 1 -type d -not -name ".*" -not -name "CVS" -printf "%f\n")
7
8 .PHONY: $(SUBDIRS)
9