mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
Add missing backslash
This commit is contained in:
parent
43f90dba7e
commit
afb342a2c8
@ -34,7 +34,7 @@ endif
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user