Diff between b5c6746cbc5a30d52fe7cc0c2d6e8ce0d25f0855 and 56a5098002d24e9274bb5ff7ccbc407028abd39f
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +1 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index 26e03b4..0b26ccc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -219,7 +219,7 @@ src_bluetoothd_DEPENDENCIES = lib/libbluetooth-internal.la \
src_bluetoothd_CPPFLAGS = $(AM_CPPFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \
-DPLUGINDIR=\""$(build_plugindir)"\" \
- $(builtin_cppflags)
+ $(BACKTRACE_CFLAGS) $(builtin_cppflags)
src_bluetoothd_SHORTNAME = bluetoothd
builtin_files = src/builtin.h $(builtin_nodist)