aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/Makefile
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-24 07:27:51 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-24 07:27:51 +0200
commit49880b85de3d18f21792b9333571a396975697a0 (patch)
tree0e287353e6705b72f98e73d967bf3b91d9bc15b8 /daemon/Makefile
parentc5c195ff5318f00d544c0fbceb133abcc4ba7a5a (diff)
Add udev notification support for connecting/disconnecting devices
Diffstat (limited to 'daemon/Makefile')
-rw-r--r--daemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile b/daemon/Makefile
index 9869b08..4b08c32 100644
--- a/daemon/Makefile
+++ b/daemon/Makefile
@@ -24,7 +24,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
# These files will have .d instead of .o as the output.
CPPFLAGS := -O3 -std=c++23 $(INC_FLAGS) -MMD -MP
-LDFLAGS := -lrtmidi -lcurl
+LDFLAGS := -lrtmidi -lcurl -ludev
# The final build step.
$(BUILD_DIR)/$(TARGET_EXEC): $(OBJS)