fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/31777 )
Change subject: {examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS) ......................................................................
{examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS)
Change-Id: I8dc7119765df97f44a6f2c5d6eecec847fcc46dc --- M examples/Makefile.am M stp/Makefile.am 2 files changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/77/31777/1
diff --git a/examples/Makefile.am b/examples/Makefile.am index 1993a01..d93987d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(COVERAGE_FLAGS) +AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(COVERAGE_CFLAGS) AM_LDFLAGS=$(COVERAGE_LDFLAGS)
noinst_HEADERS = internal.h diff --git a/stp/Makefile.am b/stp/Makefile.am index ae37487..f0282e7 100644 --- a/stp/Makefile.am +++ b/stp/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(COVERAGE_FLAGS) +AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(COVERAGE_CFLAGS) AM_LDFLAGS=$(COVERAGE_LDFLAGS)
bin_PROGRAMS = osmo-stp