summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-06-05 23:28:11 +0100
committerTom Stellard <thomas.stellard@amd.com>2013-10-01 07:29:50 -0700
commitd7c66ff59ef07abe85a2867f82326376f94386e3 (patch)
tree372a80b57ab321302e93dd7c7f32b3e00411e6bd /src/gallium/drivers/Makefile.am
parent959ed5c1636441cbd4dfb720e3d57e0a03bd9992 (diff)
identity: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/drivers/Makefile.am')
-rw-r--r--src/gallium/drivers/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am
index 171d102dad8..c75fb82375d 100644
--- a/src/gallium/drivers/Makefile.am
+++ b/src/gallium/drivers/Makefile.am
@@ -11,7 +11,7 @@ AM_CFLAGS = $(VISIBILITY_CFLAGS)
noinst_LTLIBRARIES =
-SUBDIRS = . trace rbug
+SUBDIRS = . identity trace rbug
################################################################################
@@ -24,15 +24,6 @@ galahad_libgalahad_la_SOURCES = \
################################################################################
-noinst_LTLIBRARIES += identity/libidentity.la
-
-identity_libidentity_la_SOURCES = \
- identity/id_objects.c \
- identity/id_context.c \
- identity/id_screen.c
-
-################################################################################
-
# Meta-driver which combines whichever software rasterizers have been
# built into a single convenience library.