aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 16:13:47 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 16:15:04 +0200
commita4faeb1a79eac3c8d333ded27600228cc5e3a71b (patch)
treef0afa2358176fc6a3175f4c180c48a96f8b6be46
parent7ff4f0e0fc692bfab829da50edb104e58b271e7e (diff)
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.
-rw-r--r--openbsc/include/openbsc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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