diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-05-17 19:55:53 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-05-17 19:55:53 +0200 |
commit | 0d86c21f6af7452291f4148c166e145fb65dc0b9 (patch) | |
tree | 892cd9d13dbdbd5b1b698759b2cee251fe66222c | |
parent | 9eb1c800205b921c8e471c90e9fe8c5c4108aef0 (diff) |
build: Fix the building of tests as well
In file included from ../../include/osmocom/core/msgb.h:25:0,
from ../../tests/sms/sms_test.c:31:
../../include/osmocom/core/bits.h:6:35: fatal error: osmocom/core/bit16gen.h: No such file or directory
#include <osmocom/core/bit16gen.h>
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8db2533a..b0701f82 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall check_PROGRAMS = timer/timer_test sms/sms_test ussd/ussd_test \ |