Message ID | 20240116-autofoo-v1-5-626f6b54bd06@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service | expand |
diff --git a/Makefile.am b/Makefile.am index 16d6bf160..564f1b935 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,7 +282,6 @@ gobex_sources = gobex/gobex.h gobex/gobex.c \ builtin_modules = builtin_sources = builtin_cppflags = -builtin_nodist = builtin_ldadd = include Makefile.plugins @@ -344,7 +343,7 @@ src_bluetoothd_CPPFLAGS = $(AM_CPPFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \ $(BACKTRACE_CFLAGS) $(builtin_cppflags) src_bluetoothd_SHORTNAME = bluetoothd -builtin_files = src/builtin.h $(builtin_nodist) +builtin_files = src/builtin.h nodist_src_bluetoothd_SOURCES = $(builtin_files)
From: Emil Velikov <emil.velikov@collabora.com> --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)