diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-14 12:40:18 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-14 17:29:21 +0100 |
commit | 0625185f4772f1c7f8e8d7f265432fd77cdd27fc (patch) | |
tree | 3a0b893556d62be8cca3e70fb5f0b4bd70090316 /tools/Makefile.am | |
parent | c179003b10845b43a7a8958a99b1bf1c6617252c (diff) |
intel-virtual-output: Make it possible to disable building via configure
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 876e1b03..b5de2c96 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -42,14 +42,14 @@ endif intel_virtual_output_CFLAGS = \ @CWARNFLAGS@ \ - $(TOOL_CFLAGS) \ + $(IVO_CFLAGS) \ @NOWARNFLAGS@ \ $(NULL) intel_virtual_output_SOURCES = \ virtual.c \ $(NULL) intel_virtual_output_LDADD = \ - $(TOOL_LIBS) \ + $(IVO_LIBS) \ $(NULL) xf86_video_intel_backlight_helper_SOURCES = \ |