Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -1,9 +1,10 @@ include extra.mk SUBDIRS = src utils ${TESTS} -DISTCLEAN = aclocal.m4 \ +DISTCLEAN = Info.plist \ + aclocal.m4 \ autom4te.cache \ buildsys.mk \ config.h \ config.log \ config.status \ Index: src/Makefile ================================================================== --- src/Makefile +++ src/Makefile @@ -1,8 +1,9 @@ include ../extra.mk SUBDIRS = ${RUNTIME} exceptions forwarding +DISTCLEAN = objfw-defs.h SHARED_LIB = ${OBJFW_SHARED_LIB} STATIC_LIB = ${OBJFW_STATIC_LIB} LIB_MAJOR = ${OBJFW_LIB_MAJOR} LIB_MINOR = ${OBJFW_LIB_MINOR} Index: src/bridge/Makefile ================================================================== --- src/bridge/Makefile +++ src/bridge/Makefile @@ -1,6 +1,8 @@ include ../../extra.mk + +DISTCLEAN = Info.plist SHARED_LIB = ${OBJFW_BRIDGE_SHARED_LIB} STATIC_LIB = ${OBJFW_BRIDGE_STATIC_LIB} LIB_MAJOR = ${OBJFW_LIB_MAJOR} LIB_MINOR = ${OBJFW_LIB_MINOR}