diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-10 18:01:24 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-10 18:11:35 +0000 |
commit | 58e5010a097e48705d1f1cf4e09ba45954725524 (patch) | |
tree | 8a0f353517f8a92df446463a044a646b36ea859b /tests/Makefile.am | |
parent | 9244d98136783cef43ffba6cca0f18802c39b63f (diff) | |
download | external_libdrm-58e5010a097e48705d1f1cf4e09ba45954725524.tar.gz external_libdrm-58e5010a097e48705d1f1cf4e09ba45954725524.tar.bz2 external_libdrm-58e5010a097e48705d1f1cf4e09ba45954725524.zip |
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.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f989d8e4a..a2d826593 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) |