diff options
author | Emil Velikov <[email protected]> | 2013-05-08 23:34:36 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:49 -0700 |
commit | 2234e187c6fb09b1750b00756b5a3a4481be7415 (patch) | |
tree | a9c9478f60631795de7e31ef9711d135495d757a /src/gallium/drivers/rbug/Makefile.am | |
parent | 9bc5ced1c7940820ce59d5e4bd2ca6a48b643e1d (diff) |
rbug: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/rbug/Makefile.am')
-rw-r--r-- | src/gallium/drivers/rbug/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gallium/drivers/rbug/Makefile.am b/src/gallium/drivers/rbug/Makefile.am index 3c1a8b5f875..1aa65214100 100644 --- a/src/gallium/drivers/rbug/Makefile.am +++ b/src/gallium/drivers/rbug/Makefile.am @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc noinst_LTLIBRARIES = librbug.la @@ -34,8 +35,4 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/include -librbug_la_SOURCES = \ - rbug_core.c \ - rbug_context.c \ - rbug_objects.c \ - rbug_screen.c +librbug_la_SOURCES = $(C_SOURCES) |