aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-20 18:12:42 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-23 16:00:21 +0200
commitbc56b0b7710e25e44a5df2b9cfe6bfdc5f8b0af4 (patch)
tree623a99225b8c97ef60d965060de8e28893807ff9
parenta90eb0066a03d814c020088d6ec6f73adea26043 (diff)
add control_cmd.h to Makefile.am
-rw-r--r--openbsc/include/openbsc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 53cc5eeb9..6c2693978 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 \
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 abis_om2000.h \
- bss.h gsm_data_shared.h
+ bss.h gsm_data_shared.h control_cmd.h
openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h
openbscdir = $(includedir)/openbsc