Modified: trunk/launchd/src/Makefile.am (22869 => 22870)
--- trunk/launchd/src/Makefile.am 2006-09-22 21:51:33 UTC (rev 22869)
+++ trunk/launchd/src/Makefile.am 2006-09-23 17:09:19 UTC (rev 22870)
@@ -1,6 +1,8 @@
AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1
-CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
+CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h \
+ launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c \
+ notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h: $(srcdir)/bootstrap.defs
mig $(MIGFLAGS) -sheader bootstrapServer.h $(srcdir)/bootstrap.defs
Modified: trunk/launchd/src/Makefile.in (22869 => 22870)
--- trunk/launchd/src/Makefile.in 2006-09-22 21:51:33 UTC (rev 22869)
+++ trunk/launchd/src/Makefile.in 2006-09-23 17:09:19 UTC (rev 22870)
@@ -223,7 +223,10 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1
-CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
+CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h \
+ launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c \
+ notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
+
@LIBS_ONLY_TRUE@noinst_LIBRARIES = liblaunch.a liblaunch_profile.a
@LIBS_ONLY_TRUE@liblaunch_a_SOURCES = liblaunch.c bootstrap_public.c
@LIBS_ONLY_TRUE@liblaunch_profile_a_CFLAGS = -pg $(AM_CFLAGS)