summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index c9bc50cb4..533922de7 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -47,12 +47,14 @@ builtin_sources += profiles/audio/control.h profiles/audio/control.c \
profiles/audio/player.h profiles/audio/player.c
endif
+if NETWORK
builtin_modules += network
builtin_sources += profiles/network/manager.c \
profiles/network/bnep.h profiles/network/bnep.c \
profiles/network/server.h profiles/network/server.c \
profiles/network/connection.h \
profiles/network/connection.c
+endif
builtin_modules += input
builtin_sources += profiles/input/manager.c \