@@ -5,17 +5,17 @@ autom4te.cache \ buildsys.mk \ config.h \ config.log \ config.status \ - extra.mk \ - objfw-config + extra.mk include buildsys.mk tarball: - V=$$(fgrep VERSION= objfw-config.in | sed 's/VERSION="\(.*\)"/\1/'); \ + V=$$(fgrep VERSION= utils/objfw-config.in | \ + sed 's/VERSION="\(.*\)"/\1/'); \ V2=$$(fgrep AC_INIT configure.ac | \ sed 's/AC_INIT([^,]*,\([^,]*\),.*/\1/' | sed 's/ //'); \ V3=$$(fgrep -A1 CFBundleVersion Info.plist | tail -1 | \ sed 's/.*>\(.*\)<.*/\1/'); \ V4=$$(fgrep -A1 CFBundleShortVersion Info.plist | tail -1 | \