summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-15 22:58:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-15 22:58:03 +0200
commitd7ed1368145e39b0c761947a32fa50493e70f554 (patch)
treec99d7ee8e649517c419773bd7b881efba8fe3b0e /util
parent38b6254799bd94fbe7fdd251792fd170e31d121d (diff)
parenteec735037cdc6b2f6f18430c6614c7bbc2887f0c (diff)
downloadlibrda-d7ed1368145e39b0c761947a32fa50493e70f554.tar.gz
librda-d7ed1368145e39b0c761947a32fa50493e70f554.tar.bz2
librda-d7ed1368145e39b0c761947a32fa50493e70f554.zip
Merge branch 'Ionic-bugfix/fix-distcheck'
Attributes GH PR #7: https://github.com/ArcticaProject/librda/pull/7
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 8d1d792..6414939 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -13,6 +13,7 @@ rdacheck_CFLAGS = \
-Wall -Werror \
$(LIBRDA_CFLAGS) \
-I$(top_srcdir)/src/ \
+ -I../src \
-DBUILD_DIR="\"$(builddir)\"" \
$(NULL)