summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-02-05 12:56:11 +0100
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-03-01 16:22:09 +0200
commita5d7e165fe5558487799ad75b9627f49947337af (patch)
treea97405743e9926d8bd201e82f76ff44846b69821 /tools
parentdbfd78c6448fc9ab8d60517c8d7abff746a7681c (diff)
tools/intel_dp_compliance: Add missing GLIB_CFLAGS
intel_dp_compliance.h includes the glib.h header file but the Makefile does not explicitly pass a -I option with the path containing that header, hence causing the build to fail. Note that this doesn't seem to happen with a recent enough version of cairo, which implicitly provides the correct -I option. Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 8de2a231..09b6dbcc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,7 +8,7 @@ intel_error_decode_LDFLAGS = -lz
endif
bin_PROGRAMS += intel_dp_compliance
-intel_dp_compliance_CFLAGS = $(AM_CFLAGS)
+intel_dp_compliance_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS)
intel_dp_compliance_LDADD = $(top_builddir)/lib/libintel_tools.la
SUBDIRS = null_state_gen registers