loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 22 Nov 2015 22:05:00 +0000 (22:05 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 23 Nov 2015 12:07:50 +0000 (12:07 +0000)
commitb9b0a1f58e41ba4027a16300393835dc8c632f50
treeb4ffb3e503814c80324838a34cfe7ba6e6b3b45a
parent8a6d4765880a2c9000970b2b6e584291090b1dc3
loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS

It seems that due to the conditional autotools is getting confused and
forgetting to add AM_CPPFLAGS when building libloader (when
HAVE_DRICOMMON is not set).

Cc: mesa-stable@lists.freedesktop.org
Fixes: 5a79e0a8e37 "automake: loader: rework the CPPFLAGS"
Reported-by: Pali Rohár <pali.rohar@gmail.com>
Tested-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/loader/Makefile.am