aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-22 14:17:54 +0200
committerMattias Andrée <maandree@kth.se>2016-07-22 14:17:54 +0200
commita91894930be5d2b73ceeb94256dbdb7e757f11d7 (patch)
tree78f80fd1a676d760d5e18d2ce4d158e0be140e09 /Makefile.in
parentFix warning (diff)
downloadlibcoopgamma-a91894930be5d2b73ceeb94256dbdb7e757f11d7.tar.gz
libcoopgamma-a91894930be5d2b73ceeb94256dbdb7e757f11d7.tar.bz2
libcoopgamma-a91894930be5d2b73ceeb94256dbdb7e757f11d7.tar.xz
fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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