blob: 7fcbc7c061235ea622fdeefb74f6f04edc5f8606 (
plain)
1
2
3
4
5
6
7
8
9
|
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS)
noinst_LTLIBRARIES = libidentity.la
libidentity_la_SOURCES = $(C_SOURCES)
|