aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/Makefile.am
diff options
context:
space:
mode:
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.