From 69e7fdc8f7ed2782e2c73b632c2a7ee7e6b641d5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 10 Feb 2025 18:28:54 +0100 Subject: Fix portability issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ef7b0d..967760d 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,9 @@ OBJ =\ libcoopgamma_ramps_unmarshal_.o\ libcoopgamma_send_message__.o -HDR = libcoopgamma.h +HDR =\ + libcoopgamma.h\ + common.h LOBJ = $(OBJ:.o=.lo) -- cgit v1.2.3-70-g09d2