aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_hr.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-08-30 20:26:02 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-12-31 12:20:59 +0100
commit30209cedddb3b6ece5614b40f65f6a04e84388b4 (patch)
treead3557d6212a4a955dcf2d9049a337581ce0ef9f /src/codec_hr.c
parent48206ad2e07216e01c9870b606aee442b3d7ec0e (diff)
Install GAPK headers to '${includedir}/osmocom/gapk/'
To be able to use the library, external applications need to know, which symbols are exposed. This information is provided by header files, which are being installed to a system's ${includedir} since this change.
Diffstat (limited to 'src/codec_hr.c')
-rw-r--r--src/codec_hr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codec_hr.c b/src/codec_hr.c
index b3247e0..6e5948a 100644
--- a/src/codec_hr.c
+++ b/src/codec_hr.c
@@ -19,8 +19,8 @@
#include <assert.h>
-#include <gapk/codecs.h>
-#include <gapk/benchmark.h>
+#include <osmocom/gapk/codecs.h>
+#include <osmocom/gapk/benchmark.h>
#include "config.h"