summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-11 10:36:20 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-11 10:36:20 +0100
commit3c7b85d8355c64dec5b4ce011753196d53774103 (patch)
treeb350ef977987dd5e4155ae71d2c836a762225d56 /Makefile
parentaa210ed8a27387882fc7fd0dcd7cf961a9adc88f (diff)
Added PIDFile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)