From 8b5773c3396c7a358bf8b504025458d029fe17a6 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Fri, 21 Jul 2023 02:29:49 +0200 Subject: src/Makefile.am: compile the source and install header file for utilities. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 88e8ffa..4bb5819 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,7 @@ librdaincludedir = $(includedir)/rda librdainclude_HEADERS = \ rda_supported_technologies.h \ rda_ogon.h \ + rda_util.h \ rda_x2go.h \ rda.h \ $(NULL) @@ -29,6 +30,7 @@ librda_la_SOURCES = \ rda.c \ rda_x2go.c \ rda_ogon.c \ + rda_util.c \ $(NULL) librda_la_CFLAGS = \ -- cgit v1.2.3