diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-26 10:19:43 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-28 14:49:07 +0100 |
commit | 04d5c33b9677fc920ad58522f93d832a42de4744 (patch) | |
tree | 9d70a4068c0d171fa2418985532045185bc5a17b /Makefile.am | |
parent | 45d4e8dcf9aee37015b1ee026997ed4dabdf112e (diff) |
uxa: Colocate architecture source files with backend implementation sources
i.e. move the toplevel uxa/*.[ch] into src/uxa/*.[ch]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 75913a62..2b3b5d4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,13 +20,8 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = man xvmc +SUBDIRS = man xvmc src -if UXA -SUBDIRS += uxa -endif - -SUBDIRS += src MAINTAINERCLEANFILES = ChangeLog INSTALL if HAVE_X11 |