summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/Makefile.am
blob: 1caf3286a4c7d7bdd9cdc6e9e25db89563326704 (plain)
1
2
3
4
5
6
7
8
9
10
11
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc

AM_CFLAGS = \
	-I$(top_srcdir)/src/gallium/drivers \
	$(GALLIUM_CFLAGS) \
	$(VISIBILITY_CFLAGS)

noinst_LTLIBRARIES = libidentity.la

libidentity_la_SOURCES = $(C_SOURCES)