summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-10 18:01:24 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-10 18:11:35 +0000
commit58e5010a097e48705d1f1cf4e09ba45954725524 (patch)
tree8a0f353517f8a92df446463a044a646b36ea859b /tests/Makefile.am
parent9244d98136783cef43ffba6cca0f18802c39b63f (diff)
automake: drop the NULL variable from the makefile
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f989d8e4..a2d82659 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,3 @@
-NULL:=#
-
AM_CFLAGS = \
$(WARN_CFLAGS)\
-I $(top_srcdir)/include/drm \
@@ -54,10 +52,9 @@ TESTS = \
getstats \
setversion \
updatedraw \
- name_from_fd \
- $(NULL)
+ name_from_fd
-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest
check_PROGRAMS += $(TESTS)