about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-07-17 18:44:58 -0400
committerJune McEnroe <june@causal.agency>2022-07-17 18:44:58 -0400
commitf2ca5b05e8ff38120aacda2eb105961bf0be7fee (patch)
tree11b82259ed0fbf54f9d96a1c7e248942ee243c8b /Makefile
parentUpdate copyrights, authors (diff)
downloadpounce-f2ca5b05e8ff38120aacda2eb105961bf0be7fee.tar.gz
pounce-f2ca5b05e8ff38120aacda2eb105961bf0be7fee.zip
Use xdg.c for pounce-palaver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 029d184..6d72bdd 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ OBJS.pounce += xdg.o
 
 OBJS.pounce-edit = edit.o xdg.o
 OBJS.pounce-notify = notify.o
-OBJS.pounce-palaver = palaver.o
+OBJS.pounce-palaver = palaver.o xdg.o
 
 OBJS += ${OBJS.calico}
 OBJS += ${OBJS.pounce}