From a91894930be5d2b73ceeb94256dbdb7e757f11d7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 22 Jul 2016 14:17:54 +0200 Subject: fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c8da51f..79feb2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,7 +53,7 @@ _MAN_0 = libcoopgamma.h __TYPES = async_context context crtc_info error filter filter_query filter_table queried_filter ramps __PROTOCOLS = get_crtcs get_gamma_info get_gamma set_gamma _MAN_3 = $(foreach T,$(__TYPES),$(foreach F,destroy initialise marshal unmarshal,libcoopgamma_$(T)_$(F))) \ - $(foreach P,$(__PROTOCOLS),$(foreach F,recv send sync,libcoopgamma_$(T)_$(F))) \ + $(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 -- cgit v1.2.3-70-g09d2