summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm/Makefile.am
blob: b413b0b93a0db80b676039fe4bf7e9b0010cbd05 (plain)
1
2
3
4
5
6
7
8
9
10
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc

AM_CFLAGS = \
	$(GALLIUM_WINSYS_CFLAGS) \
	$(RADEON_CFLAGS)

noinst_LTLIBRARIES = libradeonwinsys.la

libradeonwinsys_la_SOURCES = $(C_SOURCES)