]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Merge changes from CUPS 1.4svn-r8329.
[thirdparty/cups.git] / Makefile
index cd19f8358d48b1cac7fd786ece98737697966066..fb892d04c84ffe6971abc253d92a2360acd65d12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ include Makedefs
 DIRS   =       cups filter backend berkeley cgi-bin driver locale man monitor \
                notifier ppdc scheduler systemv test \
                $(PHPDIR) \
-               conf data doc $(FONTS) templates
+               conf data doc examples $(FONTS) templates
 
 
 #
@@ -144,7 +144,7 @@ depend:
 .PHONY: clang
 clang:
        $(RM) -r clang
-       scan-build -k -o `pwd`/clang $(MAKE) $(MFLAGS) \
+       scan-build -V -k -o `pwd`/clang $(MAKE) $(MFLAGS) \
                CC=ccc-analyzer CXX=ccc-analyzer clean all