diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-25 16:26:42 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-31 18:01:01 +0200 |
commit | 255c47e669819f153c722c98a230f6fe4e6ece08 (patch) | |
tree | aae800c8f56e5587833d27e26d277ee82fa562ff /Makefrag.am | |
parent | 99a43d36c83d318f24edd8c6d80f060686a6c398 (diff) | |
download | gnumach-255c47e669819f153c722c98a230f6fe4e6ece08.tar.gz gnumach-255c47e669819f153c722c98a230f6fe4e6ece08.tar.bz2 gnumach-255c47e669819f153c722c98a230f6fe4e6ece08.zip |
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.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |