distcheck: Package the logging.h file as well

This commit is contained in:
Holger Hans Peter Freyther 2016-04-24 22:30:26 +02:00
parent f896df6b8e
commit e932949ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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 \