summaryrefslogtreecommitdiff
path: root/contrib/session-helper
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-28 14:43:09 +0000
committerRichard Hughes <richard@hughsie.com>2013-02-28 15:06:12 +0000
commit9037032c93ef6c7686c80a6212f092a5335ada86 (patch)
tree8a52968aa0e0b2707a66f876776b3e6dc0b750c5 /contrib/session-helper
parent44e0829f9831f2e08ab0c41067d405e633843077 (diff)
downloadcolord-9037032c93ef6c7686c80a6212f092a5335ada86.tar.gz
session-helper: Always make sure local symbols are used in preference to the system versions
Diffstat (limited to 'contrib/session-helper')
-rw-r--r--contrib/session-helper/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/session-helper/Makefile.am b/contrib/session-helper/Makefile.am
index e269935..50e160e 100644
--- a/contrib/session-helper/Makefile.am
+++ b/contrib/session-helper/Makefile.am
@@ -3,14 +3,13 @@ dist_introspection_DATA = \
org.freedesktop.ColorHelper.xml
AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib \
$(COLORD_GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(GNOME_DESKTOP_CFLAGS) \
$(LCMS_CFLAGS) \
-I$(top_srcdir)/client \
- -I$(top_srcdir)/lib \
-I$(top_builddir)/lib \
- -I$(top_srcdir)/lib/colord \
-I$(top_srcdir)/src \
-DCD_COMPILATION \
-DCD_DISABLE_DEPRECATED \
@@ -65,8 +64,8 @@ noinst_PROGRAMS = \
colord_session_example_SOURCES = \
cd-example.c
colord_session_example_LDADD = \
- $(COLORD_GTK_LIBS) \
$(COLORD_LIBS) \
+ $(COLORD_GTK_LIBS) \
$(GLIB_LIBS) \
$(GNOME_DESKTOP_LIBS) \
$(LCMS_LIBS) -lm