Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 tests/util/Makefile.am | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/tests/util/Makefile.am b/tests/util/Makefile.am
index f8e0b17..aaaf932 100644
--- a/tests/util/Makefile.am
+++ b/tests/util/Makefile.am
@@ -1,13 +1,14 @@
 include Makefile.sources

-noinst_LTLIBRARIES = \
-       libutil.la
-
-libutil_la_CPPFLAGS = \
+AM_CPPFLAGS = \
        -I$(top_srcdir)/include/drm \
        -I$(top_srcdir)

-libutil_la_CFLAGS = \
-       $(CAIRO_CFLAGS)
+AM_CFLAGS = \
+       $(CAIRO_CFLAGS) \
+       $(WARN_CFLAGS)
+
+noinst_LTLIBRARIES = \
+       libutil.la

 libutil_la_SOURCES = $(UTIL_FILES)
-- 
2.1.3

Reply via email to