From 955c3d1894604d9b2bbc9673c0ba8760701d0b37 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 28 Feb 2011 20:49:47 +0100 Subject: misc: Fix the make distcheck of the sources. --- openbsc/include/openbsc/Makefile.am | 2 +- openbsc/src/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am index 6cf8c3b57..325d66d93 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.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 \ osmo_bsc_rf.h osmo_bsc.h network_listen.h bsc_nat_sccp.h \ - osmo_msc_data.h osmo_bsc_grace.h sms_queue.h + osmo_msc_data.h osmo_bsc_grace.h sms_queue.h abis_om2000.h openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h openbscdir = $(includedir)/openbsc diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 50c9b1a51..6507591db 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -48,3 +48,5 @@ isdnsync_SOURCES = isdnsync.c bsc_mgcp_SOURCES = mgcp/mgcp_main.c debug.c bsc_mgcp_LDADD = libvty.a libmgcp.a $(LIBOSMOVTY_LIBS) + +EXTRA_DIST = input/lapd.h -- cgit v1.2.3