summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/amdgpu/drm/Makefile.am
blob: 80ecb7545b3351de27801438de702f4f7b5c243d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc

AM_CFLAGS = \
	$(GALLIUM_WINSYS_CFLAGS) \
	$(AMDGPU_CFLAGS)

AM_CXXFLAGS = $(AM_CFLAGS)

noinst_LTLIBRARIES = libamdgpuwinsys.la

libamdgpuwinsys_la_SOURCES = $(C_SOURCES)