]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-common.m4
Move example ipptool files to the examples directory.
[thirdparty/cups.git] / config-scripts / cups-common.m4
index 59629fd4790db14a5706f7da2ce656df98c5442d..0d5a432e3213b6d8544021a9585b24c0f6dd3550 100644 (file)
@@ -434,18 +434,17 @@ LIBHEADERSPRIV="\$(COREHEADERSPRIV) \$(DRIVERHEADERSPRIV)"
 
 case "$COMPONENTS" in
        all)
-               BUILDDIRS="test filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates"
+               BUILDDIRS="tools filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates"
                ;;
 
        core)
-               BUILDDIRS="test locale"
+               BUILDDIRS="tools examples locale"
                ;;
 
        corelite)
                AC_DEFINE(CUPS_LITE)
-               BUILDDIRS="test locale"
+               BUILDDIRS="tools examples locale"
                cupsimagebase=""
-               IPPEVECOMMANDS="ippevepcl"
                LIBCUPSOBJS="\$(COREOBJS)"
                LIBHEADERS="\$(COREHEADERS)"
                LIBHEADERSPRIV="\$(COREHEADERSPRIV)"
@@ -460,7 +459,6 @@ case "$COMPONENTS" in
                AC_DEFINE(CUPS_LITE)
                BUILDDIRS="locale"
                cupsimagebase=""
-               IPPEVECOMMANDS="ippevepcl"
                LIBCUPSOBJS="\$(COREOBJS)"
                LIBHEADERS="\$(COREHEADERS)"
                LIBHEADERSPRIV="\$(COREHEADERSPRIV)"