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.
This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 16:13:47 +02:00
parent 7ff4f0e0fc
commit a4faeb1a79
1 changed files with 2 additions and 1 deletions

View File

@ -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