summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2023-07-21 02:29:49 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-15 21:17:30 +0200
commit8b5773c3396c7a358bf8b504025458d029fe17a6 (patch)
tree3a56a81c63b6ac5e2ef8c00c876f435e9c0ed8b5
parent589976911c4153200409a803f0b24cb5f818e38a (diff)
downloadlibrda-8b5773c3396c7a358bf8b504025458d029fe17a6.tar.gz
librda-8b5773c3396c7a358bf8b504025458d029fe17a6.tar.bz2
librda-8b5773c3396c7a358bf8b504025458d029fe17a6.zip
src/Makefile.am: compile the source and install header file for utilities.
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 = \