diff options
Diffstat (limited to 'tests/vbltest')
-rw-r--r-- | tests/vbltest/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vbltest/Makefile.am b/tests/vbltest/Makefile.am index 34a35e7d..4d87887a 100644 --- a/tests/vbltest/Makefile.am +++ b/tests/vbltest/Makefile.am @@ -1,6 +1,8 @@ AM_CFLAGS = \ + $(WARN_CFLAGS)\ -I$(top_srcdir)/include/drm \ -I$(top_srcdir) + if HAVE_INSTALL_TESTS bin_PROGRAMS = \ vbltest |