build: Don't build pipebuffer

It's already built by src/gallium/auxiliary.
This commit is contained in:
Matt Turner 2012-08-31 10:51:53 -07:00 committed by Andreas Boll
parent 0dcb9ae0d9
commit 9f38a1c871
2 changed files with 0 additions and 19 deletions

View file

@ -3,7 +3,6 @@ AUTOMAKE_OPTIONS = subdir-objects
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
SUBDIRS += pipebuffer
noinst_LTLIBRARIES = libgallium.la
AM_CFLAGS = \

View file

@ -1,18 +0,0 @@
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = pipebuffer
C_SOURCES = \
pb_buffer_fenced.c \
pb_buffer_malloc.c \
pb_bufmgr_alt.c \
pb_bufmgr_cache.c \
pb_bufmgr_debug.c \
pb_bufmgr_mm.c \
pb_bufmgr_ondemand.c \
pb_bufmgr_pool.c \
pb_bufmgr_slab.c \
pb_validate.c
include ../../Makefile.template