summaryrefslogtreecommitdiff
path: root/notifier
diff options
context:
space:
mode:
Diffstat (limited to 'notifier')
-rw-r--r--notifier/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/notifier/Makefile b/notifier/Makefile
index 5587c2083..95f147fe0 100644
--- a/notifier/Makefile
+++ b/notifier/Makefile
@@ -77,7 +77,10 @@ install-exec:
done
if test "x$(SYMROOT)" != "x"; then \
$(INSTALL_DIR) $(SYMROOT); \
- cp $(NOTIFIERS) $(SYMROOT); \
+ for file in $(NOTIFIERS); do \
+ cp $$file $(SYMROOT); \
+ dsymutil $(SYMROOT)/$$file; \
+ done \
fi