Clean up loopback / inaddr_any checks
[freeradius.git] / src / Makefile
index 419457d..f1a5283 100644 (file)
@@ -25,6 +25,14 @@ reconfig:
 
 .PHONY: common $(SUBDIRS)
 
+#
+#  Ensure correct build order
+lib: include
+
+modules: lib
+
+main: modules
+
 common: $(SUBDIRS)
 
 $(SUBDIRS):