X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=config-scripts%2Fcups-common.m4;h=0d5a432e3213b6d8544021a9585b24c0f6dd3550;hp=59629fd4790db14a5706f7da2ce656df98c5442d;hb=f1ac9f5889e6a9a8996041ab46e6ca1e0cb8a238;hpb=a76950482b3327f096e7188234173d739101aef1 diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 59629fd47..0d5a432e3 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -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)"