From 7ae3f6c30e464692db8e451ee2cde263465138ec Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 25 May 2010 23:46:49 +0200 Subject: [PATCH] add gprs_ns_frgre.h to Makefile.am --- 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 416e907d1..0805f0511 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -8,7 +8,8 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \ system_information.h handover.h mgcp_internal.h \ vty.h socket.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 + gb_proxy.h gprs_sgsn.h gsm_04_08_gprs.h sgsn.h \ + gprs_ns_frgre.h openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h openbscdir = $(includedir)/openbsc