From 7af25d17a5956106c5319ba8cd7d947fbab76f6b Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 20 Jul 2014 23:12:08 +0100 Subject: automake: compact gallium/target/Makefile into gallium/Makefile Yet another makefile less to worry about. v2: Add state_trackers and targets on a single SUBDIRS line. Requested by Matt. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4193fe82ae4..7da91a25443 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,8 +50,7 @@ endif if HAVE_GALLIUM SUBDIRS += \ gallium/auxiliary \ - gallium \ - gallium/targets + gallium if HAVE_GALLIUM_TESTS SUBDIRS += \ -- cgit v1.2.3