aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2014-10-05 10:57:54 +0200
committerSylvain Munaut <tnt@246tNt.com>2014-10-05 10:57:54 +0200
commitebe29d32359d0927034291d90ebc72d69fbb1606 (patch)
tree6871f6de50188489cadba79f9466c7d11dd4ede0
parent3cec874ad26f8318c572dcf54de9f1026a29ea21 (diff)
build: Add src/codec/private.h to noinst_HEADERS to fix build
Thanks to Holger for pointing this out ... I should have checked jenkins after the last push. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/codec/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am
index e03bf45..e7b1d94 100644
--- a/src/codec/Makefile.am
+++ b/src/codec/Makefile.am
@@ -2,6 +2,7 @@ AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
+noinst_HEADERS = private.h
noinst_LIBRARIES = libgmr1-codec.a
libgmr1_codec_a_SOURCES = \