build: list all test/tool/lib source files in their own Makefile.sources
authorOscar Mateo <oscar.mateo@intel.com>
Tue, 12 Nov 2013 11:50:35 +0000 (11:50 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 12 Nov 2013 11:00:36 +0000 (12:00 +0100)
commitea11d103e0617e33bce6f11328521d15b13422b0
treea62d0dc2e65e1e76478250d09f065a32e288ebd6
parentc50dd7c149a64b683977d14bc59262f70dda15fa
build: list all test/tool/lib source files in their own Makefile.sources

In this way, all source files are listed in Makefile.sources and included
from Makefile.am, thus enabling the reuse from Android makefiles.

Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/Makefile.am
lib/Makefile.sources [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.sources [new file with mode: 0644]
tools/Makefile.am
tools/Makefile.sources [new file with mode: 0644]