Updating dictionary.erx based on Juniper documentation
[freeradius.git] / Make.inc.in
index 73c4b2d..557853a 100644 (file)
@@ -22,6 +22,7 @@ raddbdir      = @raddbdir@
 radacctdir     = @radacctdir@
 top_builddir   = @abs_top_builddir@
 top_srcdir     = @abs_top_srcdir@
+datarootdir    = @datarootdir@
 
 MAKE           = @MAKE@
 CC             = @CC@
@@ -98,4 +99,10 @@ endif
 endif
 
 #  http://clang.llvm.org/StaticAnalysis.html
-SCAN_BUILD     = /path/to/checker-0.167/scan-build
+#
+#  $ make SCAN=/path/to/checker/ 
+#
+ifneq ($(SCAN),)
+CC             := $(SCAN)/scan-build gcc -DFR_SCAN_BUILD
+LIBTOOL                := 
+endif