diff options
author | Mihai Moldovan <ionic@ionic.de> | 2023-07-20 02:57:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-09-15 21:17:30 +0200 |
commit | 89dffdf1babe0f401d1675e6837c06e1a0053509 (patch) | |
tree | 23d3e7f87dd20eed7cd7e5bec6b8bc1957ba793f /src | |
parent | 8b5773c3396c7a358bf8b504025458d029fe17a6 (diff) | |
download | librda-89dffdf1babe0f401d1675e6837c06e1a0053509.tar.gz librda-89dffdf1babe0f401d1675e6837c06e1a0053509.tar.bz2 librda-89dffdf1babe0f401d1675e6837c06e1a0053509.zip |
src/Makefile.am: compile the source and install header files for the new generic protocol support.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |