From: Emil Velikov Date: Fri, 2 Dec 2016 16:26:49 +0000 (+0000) Subject: st/va: automake: cleanup C{PP,}FLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=510722d1465283582b89de0fe5fe6c4bb69de43d;p=mesa.git st/va: automake: cleanup C{PP,}FLAGS Remove some transitional left overs from the gallium pipe-loader rework and kill off unneeded AM_CPPFLAGS. Signed-off-by: Emil Velikov Reviewed-by: Christian König --- diff --git a/src/gallium/state_trackers/va/Makefile.am b/src/gallium/state_trackers/va/Makefile.am index 348cfe17759..a70eede5374 100644 --- a/src/gallium/state_trackers/va/Makefile.am +++ b/src/gallium/state_trackers/va/Makefile.am @@ -30,18 +30,6 @@ AM_CFLAGS = \ $(VA_CFLAGS) \ -DVA_DRIVER_INIT_FUNC="__vaDriverInit_$(VA_MAJOR)_$(VA_MINOR)" -AM_CFLAGS += \ - $(GALLIUM_PIPE_LOADER_DEFINES) \ - -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\" - -if HAVE_GALLIUM_STATIC_TARGETS -AM_CFLAGS += \ - -DGALLIUM_STATIC_TARGETS=1 -endif - -AM_CPPFLAGS = \ - -I$(top_srcdir)/include - noinst_LTLIBRARIES = libvatracker.la libvatracker_la_SOURCES = $(C_SOURCES)