2012-10-09 17:51:17

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH BlueZ] build-sys: Remove leftover AM_YFLAGS

---
Makefile.am | 2 --
1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dbbd794..35b1520 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -405,8 +405,6 @@ EXTRA_DIST += doc/manager-api.txt \
doc/oob-api.txt doc/proximity-api.txt doc/heartrate-api.txt \
doc/thermometer-api.txt

-AM_YFLAGS = -d
-
AM_CFLAGS += @DBUS_CFLAGS@ @GLIB_CFLAGS@

AM_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \
--
1.7.12.2



2012-10-09 21:18:02

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] build-sys: Remove leftover AM_YFLAGS

Hi Lucas,

On Tue, Oct 09, 2012, Lucas De Marchi wrote:
> ---
> Makefile.am | 2 --
> 1 file changed, 2 deletions(-)

Applied. Thanks.

Johan