fix missing '\' at end of line in Makefile.am

... causing header files to be missing from 'make dist'.

this was introduced in ba874b82be
This commit is contained in:
Harald Welte 2014-08-21 18:49:40 +02:00
parent e263187a36
commit d2eb5e911e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \
silent_call.h mgcp.h meas_rep.h rest_octets.h \
system_information.h handover.h mgcp_internal.h \
vty.h socket.h e1_config.h trau_upqueue.h token_auth.h \
handover_decision.h rrlp.h
handover_decision.h rrlp.h \
crc24.h gprs_llc.h gprs_gmm.h \
gb_proxy.h gprs_sgsn.h gsm_04_08_gprs.h sgsn.h \
auth.h osmo_msc.h bsc_msc.h bsc_nat.h \