Skip to content

Commit

Permalink
build: remove unused variable builtin_nodist
Browse files Browse the repository at this point in the history
  • Loading branch information
evelikov-work authored and Vudentz committed Jan 25, 2024
1 parent 35858e1 commit 215e6c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Expand Up @@ -288,7 +288,6 @@ gobex_sources = gobex/gobex.h gobex/gobex.c \
builtin_modules =
builtin_sources =
builtin_cppflags =
builtin_nodist =
builtin_ldadd =

include Makefile.plugins
Expand Down Expand Up @@ -350,7 +349,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)

Expand Down

0 comments on commit 215e6c7

Please sign in to comment.