diff options
author | Emil Velikov <[email protected]> | 2014-07-20 23:12:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-13 00:46:54 +0100 |
commit | 7af25d17a5956106c5319ba8cd7d947fbab76f6b (patch) | |
tree | 8474aaa4912e5a0d1f0b79f2427bcc54e93e0bde /src/Makefile.am | |
parent | eeb56b6b438e5acc5e90d0981fb455ba90b1e01a (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 += \ |