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

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 37b8d3a..e0281aa 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,3 @@
-NULL:=#
-
 AM_CPPFLAGS = \
        -I $(top_srcdir)/include/drm \
        -I $(top_srcdir)
@@ -53,10 +51,9 @@ TESTS =                                              \
        getstats                                \
        setversion                              \
        updatedraw                              \
-       name_from_fd                            \
-       $(NULL)
+       name_from_fd

-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest

 check_PROGRAMS += $(TESTS)

-- 
2.1.3

Reply via email to