Message ID | 1422557230-22155-2-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> --- tests/util/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)