From 3c7b85d8355c64dec5b4ce011753196d53774103 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Jan 2025 10:36:20 +0100 Subject: Added PIDFile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f48b8b2..991d020 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ SRCS= \ ClockClick.cpp \ InternalClick.cpp \ BPMDetect.cpp \ - Touchpad.cpp + Touchpad.cpp \ + PIDFile.cpp HEADERS=$(SRCS:.cpp=.h) -- cgit v1.2.3