From a4faeb1a79eac3c8d333ded27600228cc5e3a71b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Aug 2014 16:13:47 +0200 Subject: [PATCH] gprs: Attempt to fix distcheck by adding the header file Due libdbi 0.9.x being broken I didn't run make distcheck and apparently Jacob has a similar issue and didn't run it either. --- openbsc/include/openbsc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am index 74e052ba8..8d989ff7e 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -14,7 +14,8 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \ osmo_msc_data.h osmo_bsc_grace.h sms_queue.h abis_om2000.h \ bss.h gsm_data_shared.h ipaccess.h mncc_int.h \ arfcn_range_encode.h nat_rewrite_trie.h bsc_nat_callstats.h \ - osmux.h mgcp_transcode.h rtp.h gprs_utils.h + osmux.h mgcp_transcode.h rtp.h gprs_utils.h \ + gprs_gb_parse.h openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h openbscdir = $(includedir)/openbsc