From 255c47e669819f153c722c98a230f6fe4e6ece08 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 25 May 2014 16:26:42 +0200 Subject: Include the notify protocol in `gnumach.msgids' * Makefrag.am (gnumach.msgids): Add `notify.msgids' as prerequisite. * Makerules.mig.am: Add rule to generate the list of message ids when neither the client nor the server stubs are required. * ipc/notify.defs: New file. --- Makefrag.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index 023a4d1d..0e4a9173 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -547,7 +547,8 @@ nodist_libkernel_a_SOURCES += \ # rpctrace can make use of that. MOSTLYCLEANFILES += \ gnumach.msgids -gnumach.msgids: $(filter %.msgids,$(nodist_libkernel_a_SOURCES)) +gnumach.msgids: $(filter %.msgids,$(nodist_libkernel_a_SOURCES)) \ + ipc/notify.msgids $(AM_V_at) cat $^ > $@.new $(AM_V_GEN) mv $@.new $@ # `exec_' prefix, so that we don't try to build that file during when running -- cgit v1.2.3