aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 22:30:26 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 22:30:26 +0200
commite932949ac05fdc6e9805dca681e67f1b76fbd9a0 (patch)
tree6e911949924722e8eb4f760c4fb3221a6f0cb0ac
parentf896df6b8ed6b3751086d36e9738a143365f968c (diff)
distcheck: Package the logging.h file as well
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d71d4f7..b90e38c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = osmo-sip-connector
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(SOFIASIP_CFLAGS)
noinst_HEADERS = \
- evpoll.h vty.h mncc_protocol.h app.h mncc.h sip.h call.h sdp.h
+ evpoll.h vty.h mncc_protocol.h app.h mncc.h sip.h call.h sdp.h logging.h
osmo_sip_connector_SOURCES = \
sdp.c \