Revision: 23134 http://trac.macosforge.org/projects/launchd/changeset/23134 Author: zarzycki@apple.com Date: 2007-03-05 08:52:51 -0800 (Mon, 05 Mar 2007) Log Message: ----------- Let's not leave junk around. Modified Paths: -------------- trunk/launchd/src/Makefile.am trunk/launchd/src/Makefile.in Modified: trunk/launchd/src/Makefile.am =================================================================== --- trunk/launchd/src/Makefile.am 2007-03-05 16:51:49 UTC (rev 23133) +++ trunk/launchd/src/Makefile.am 2007-03-05 16:52:51 UTC (rev 23134) @@ -2,7 +2,7 @@ CLEANFILES = protocol_vproc.h protocol_vprocServer.c protocol_vprocUser.c protocol_vprocServer.h \ launchd_internal.h launchd_internalServer.h launchd_internalServer.c launchd_internalUser.c \ - notifyServer.c notifyServer.h job_replyUser.c job_reply.h + notifyServer.c notifyServer.h job_replyUser.c job_reply.h __version.c protocol_vproc.h protocol_vprocServer.c protocol_vprocUser.c protocol_vprocServer.h: $(srcdir)/protocol_job.defs mig $(MIGFLAGS) -sheader protocol_vprocServer.h $(srcdir)/protocol_job.defs Modified: trunk/launchd/src/Makefile.in =================================================================== --- trunk/launchd/src/Makefile.in 2007-03-05 16:51:49 UTC (rev 23133) +++ trunk/launchd/src/Makefile.in 2007-03-05 16:52:51 UTC (rev 23134) @@ -230,7 +230,7 @@ AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -Wextra -Waggregate-return -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 -fvisibility=hidden -Dmig_external=__private_extern__ CLEANFILES = protocol_vproc.h protocol_vprocServer.c protocol_vprocUser.c protocol_vprocServer.h \ launchd_internal.h launchd_internalServer.h launchd_internalServer.c launchd_internalUser.c \ - notifyServer.c notifyServer.h job_replyUser.c job_reply.h + notifyServer.c notifyServer.h job_replyUser.c job_reply.h __version.c @LIBS_ONLY_TRUE@noinst_LIBRARIES = liblaunch.a liblaunch_profile.a @LIBS_ONLY_TRUE@liblaunch_a_SOURCES = liblaunch.c libvproc.c libbootstrap.c protocol_vprocUser.c __version.c
participants (1)
-
source_changes@macosforge.org