mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGS
This fix not passing extra build flags when --enable-maintainer-mode is used.
This commit is contained in:
parent
15777b97b4
commit
ab185a47d0
@ -85,10 +85,10 @@ obexd_src_obexd_LDADD = lib/libbluetooth-internal.la \
|
||||
|
||||
obexd_src_obexd_LDFLAGS = -Wl,--export-dynamic
|
||||
|
||||
obexd_src_obexd_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @ICAL_CFLAGS@ \
|
||||
-DOBEX_PLUGIN_BUILTIN \
|
||||
-DPLUGINDIR=\""$(obex_plugindir)"\" \
|
||||
-fPIC -D_FILE_OFFSET_BITS=64
|
||||
obexd_src_obexd_CFLAGS = $(AM_CFLAGS) @GLIB_CFLAGS@ @DBUS_CFLAGS@ \
|
||||
@ICAL_CFLAGS@ -DOBEX_PLUGIN_BUILTIN \
|
||||
-DPLUGINDIR=\""$(obex_plugindir)"\" \
|
||||
-fPIC -D_FILE_OFFSET_BITS=64
|
||||
|
||||
obexd_src_obexd_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/obexd/src \
|
||||
-I$(srcdir)/obexd/src -I$(srcdir)/btio \
|
||||
|
Loading…
Reference in New Issue
Block a user