From 89dffdf1babe0f401d1675e6837c06e1a0053509 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Thu, 20 Jul 2023 02:57:44 +0200 Subject: src/Makefile.am: compile the source and install header files for the new generic protocol support. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 4bb5819..55e477b 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_protocol.h \ rda_util.h \ rda_x2go.h \ rda.h \ @@ -30,6 +31,7 @@ librda_la_SOURCES = \ rda.c \ rda_x2go.c \ rda_ogon.c \ + rda_protocol.c \ rda_util.c \ $(NULL) -- cgit v1.2.3