From e932949ac05fdc6e9805dca681e67f1b76fbd9a0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 24 Apr 2016 22:30:26 +0200 Subject: [PATCH] distcheck: Package the logging.h file as well --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \