diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-04 21:31:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-04 21:31:36 +0200 |
commit | fb769aeaff23e79e4167823ef2923a7d61807718 (patch) | |
tree | 2471635ef0c8f01d1e5ed01c33a704a7f8c926d0 /Makefile.in | |
parent | Fix bugs (and a tiny improvement) (diff) | |
download | libcoopgamma-fb769aeaff23e79e4167823ef2923a7d61807718.tar.gz libcoopgamma-fb769aeaff23e79e4167823ef2923a7d61807718.tar.bz2 libcoopgamma-fb769aeaff23e79e4167823ef2923a7d61807718.tar.xz |
Add libcoopgamma_skip_message
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 79feb2e..9ad73ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,7 +56,7 @@ _MAN_3 = $(foreach T,$(__TYPES),$(foreach F,destroy initialise marshal unmarshal $(foreach P,$(__PROTOCOLS),$(foreach F,recv send sync,libcoopgamma_$(P)_$(F))) \ libcoopgamma_connect libcoopgamma_flush libcoopgamma_get_method_and_site \ libcoopgamma_get_methods libcoopgamma_get_pid_file libcoopgamma_get_socket_file \ - libcoopgamma_set_nonblocking libcoopgamma_synchronise + libcoopgamma_set_nonblocking libcoopgamma_synchronise libcoopgamma_skip_message _MAN_7 = libcoopgamma # Used by mk/copy.mk |