aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-10 09:11:13 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-10 09:11:13 +0200
commita62b247b02fecfed2cadf973fd912bb68fcb05c4 (patch)
tree3fba9879622a72efb217f4c3ca55f1f673480569
parentd271a350b404dab72f7674f2b441be05f6bbd309 (diff)
add missing include files to noinst_HEADERS to make distcheck work
-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 bb78535d8..8e64ff8d3 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -5,7 +5,8 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \
bsc_rll.h mncc.h transaction.h ussd.h gsm_04_80.h \
silent_call.h mgcp.h meas_rep.h rest_octets.h \
system_information.h handover.h mgcp_internal.h \
- vty.h socket.h \
+ vty.h socket.h e1_config.h trau_upqueue.h token_auth.h \
+ handover_decision.h rrlp.h control_if.h \
crc24.h gprs_bssgp.h gprs_llc.h gprs_ns.h gprs_gmm.h \
gb_proxy.h gprs_sgsn.h gsm_04_08_gprs.h sgsn.h \
gprs_ns_frgre.h auth.h osmo_msc.h bsc_msc.h bsc_nat.h \