summaryrefslogtreecommitdiff
path: root/contrib/session-helper
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-24 14:32:07 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-24 15:50:09 +0100
commit8c085eb778ed4370800063060dffa0c520fcea49 (patch)
treed4600577afa811161975424f6b1ba28d9245b831 /contrib/session-helper
parentc9650c0bb7324c32d82fa6d7d898e236f10ea63b (diff)
downloadcolord-8c085eb778ed4370800063060dffa0c520fcea49.tar.gz
trivial: Use symlinks rather than makefile tricks
Diffstat (limited to 'contrib/session-helper')
-rw-r--r--contrib/session-helper/Makefile.am4
l---------contrib/session-helper/cd-debug.c1
l---------contrib/session-helper/cd-debug.h1
3 files changed, 4 insertions, 2 deletions
diff --git a/contrib/session-helper/Makefile.am b/contrib/session-helper/Makefile.am
index 8388425..7fbdafa 100644
--- a/contrib/session-helper/Makefile.am
+++ b/contrib/session-helper/Makefile.am
@@ -36,8 +36,8 @@ libexec_PROGRAMS = \
colord-session
colord_session_SOURCES = \
- $(top_srcdir)/src/cd-debug.c \
- $(top_srcdir)/src/cd-debug.h \
+ cd-debug.c \
+ cd-debug.h \
cd-session.h \
cd-state.c \
cd-state.h \
diff --git a/contrib/session-helper/cd-debug.c b/contrib/session-helper/cd-debug.c
new file mode 120000
index 0000000..03dcad5
--- /dev/null
+++ b/contrib/session-helper/cd-debug.c
@@ -0,0 +1 @@
+../../src/cd-debug.c \ No newline at end of file
diff --git a/contrib/session-helper/cd-debug.h b/contrib/session-helper/cd-debug.h
new file mode 120000
index 0000000..9bd4987
--- /dev/null
+++ b/contrib/session-helper/cd-debug.h
@@ -0,0 +1 @@
+../../src/cd-debug.h \ No newline at end of file