Added wildcard to sub-dirs
authorAlan T. DeKok <aland@freeradius.org>
Wed, 15 Jul 2009 13:37:54 +0000 (15:37 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 15 Jul 2009 13:37:54 +0000 (15:37 +0200)
So that you can delete directories you don't need after configure

Makefile

index 28ea60a..6ed7414 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ include Make.inc
 
 .PHONY: all clean install
 
-SUBDIRS                = $(LTDL_SUBDIRS) src raddb scripts doc
+SUBDIRS                = $(LTDL_SUBDIRS) $(wildcard src raddb scripts doc)
 WHAT_TO_MAKE   = all
 
 all: