public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Minor error in BlueZ 4.8 Makefile.am can break build
@ 2008-09-29  4:53 David Sainty
  2008-09-29  6:33 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: David Sainty @ 2008-09-29  4:53 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 110 bytes --]

There's a missing backslash in the plugins/Makefile.am file in the 4.8 
release (see patches).

Cheers,

Dave

[-- Attachment #2: patch-aa --]
[-- Type: text/plain, Size: 764 bytes --]

$NetBSD$

Fix for missing backslash in Makefile.am.

--- plugins/Makefile.in.orig	2008-09-29 16:15:13.007562391 +1300
+++ plugins/Makefile.in	2008-09-29 16:15:41.627994124 +1300
@@ -235,7 +235,9 @@
 AM_LDFLAGS = -module -avoid-version -no-undefined \
 			-export-symbols-regex bluetooth_plugin_desc
 
-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
+					@GDBUS_CFLAGS@ @NETLINK_CFLAGS@
+
 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
 MAINTAINERCLEANFILES = Makefile.in
 all: all-am
@@ -539,7 +541,6 @@
 	pdf pdf-am ps ps-am tags uninstall uninstall-am \
 	uninstall-pluginLTLIBRARIES
 
-					@GDBUS_CFLAGS@ @NETLINK_CFLAGS@
 
 all-local:
 	@$(LN_S) -f $(top_srcdir)/input/.libs/input.so

[-- Attachment #3: gdbus.diff --]
[-- Type: text/x-diff, Size: 455 bytes --]

--- plugins/Makefile.am.orig	2008-09-29 16:09:39.972538634 +1300
+++ plugins/Makefile.am	2008-09-29 16:09:48.862672739 +1300
@@ -34,7 +34,7 @@
 AM_LDFLAGS = -module -avoid-version -no-undefined \
 			-export-symbols-regex bluetooth_plugin_desc
 
-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
 					@GDBUS_CFLAGS@ @NETLINK_CFLAGS@
 
 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Minor error in BlueZ 4.8 Makefile.am can break build
  2008-09-29  4:53 Minor error in BlueZ 4.8 Makefile.am can break build David Sainty
@ 2008-09-29  6:33 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2008-09-29  6:33 UTC (permalink / raw)
  To: David Sainty; +Cc: linux-bluetooth

Hi David,

> There's a missing backslash in the plugins/Makefile.am file in the 4.8 
> release (see patches).

my mistake. Fixed and pushed out to the repository.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-29  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29  4:53 Minor error in BlueZ 4.8 Makefile.am can break build David Sainty
2008-09-29  6:33 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox