summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/Makefile.am
blob: 184d2576a123e0b55f3f407d93e77a66e48f0ee9 (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)/include \
	$(GALLIUM_CFLAGS) \
	$(RADEON_CFLAGS)

noinst_LTLIBRARIES = libradeonwinsys.la

libradeonwinsys_la_SOURCES = $(C_SOURCES)