Use correct method of recursing into subdirs
authorAlan T. DeKok <aland@freeradius.org>
Thu, 29 Dec 2011 22:50:18 +0000 (17:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Dec 2011 22:54:36 +0000 (17:54 -0500)
commit6372f4255cf50ca96e508f1876674a6fe4f08fef
tree3c02ce57f448de7b15e8256f03f8e7712c318b14
parent17b88b048ef6785550158563d89a80bd24c3c053
Use correct method of recursing into subdirs

Since commit 0347cacfe0f470353, we have a better way of recursing
into subdirs.  Having an explicit test for $(RLM_SUBDIRS), and
then manually recursing into them is wrong.  It causes modules
like rlm_eap to be built twice.

Instead, remove the test for $(RLM_SUBDIRS), and make
$(TARGET).la depend on $(RLM_SUBDIRS)
src/modules/rules.mak