X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fradeonsi%2FMakefile.am;h=2d5c1a38220f22d3746d6b75ca895ecc8c17bc77;hb=f17d78becc8af2b3c2b9fd236c3cd9eb0682e66e;hp=595cf86274460a47076039ea07507991ee45d23b;hpb=0dcb9ae0d9366b2ca9520c0c820cc466eb35bf67;p=mesa.git diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am index 595cf862744..2d5c1a38220 100644 --- a/src/gallium/drivers/radeonsi/Makefile.am +++ b/src/gallium/drivers/radeonsi/Makefile.am @@ -23,18 +23,13 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc -noinst_LTLIBRARIES = libradeonsi.la +AM_CFLAGS = \ + $(GALLIUM_DRIVER_CFLAGS) \ + -I$(top_builddir)/src/amd/common \ + -I$(top_srcdir)/src/amd/common \ + $(RADEON_CFLAGS) \ + $(LLVM_CFLAGS) -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/gallium/drivers/radeon \ - -I$(top_srcdir)/src/gallium/drivers \ - -I$(top_srcdir)/include \ - $(GALLIUM_CFLAGS) -AM_CFLAGS = $(LLVM_CFLAGS) +noinst_LTLIBRARIES = libradeonsi.la libradeonsi_la_SOURCES = $(C_SOURCES) -libradeonsi_la_LIBADD = ../radeon/libllvmradeon@VERSION@.la - -#XXX: Delete this when all radeonsi targets are converted to automake. -all-local: libradeonsi.la - ln -f $(builddir)/.libs/libradeonsi.a $(builddir)/libradeonsi.a