diff options
author | Emil Velikov <[email protected]> | 2016-04-05 15:50:28 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-11 19:08:23 +0100 |
commit | c69ab885d74c675091c1a143bd8a4abb2071112e (patch) | |
tree | 92745b03ac93e4b80d2237c60b805d4645083f7a /src/mesa/Makefile.am | |
parent | 28da0d6922b32985949eabce7de9a329c18cae83 (diff) |
mesa: automake: update and reuse X86_SSE41_FILES list
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 8dc44fda0f2..390381828e9 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -179,10 +179,8 @@ libmesagallium_la_LIBADD = \ $(ARCH_LIBS) libmesa_sse41_la_SOURCES = \ - main/streaming-load-memcpy.c \ - main/streaming-load-memcpy.h \ - main/sse_minmax.c \ - main/sse_minmax.h + $(X86_SSE41_FILES) + libmesa_sse41_la_CFLAGS = $(AM_CFLAGS) $(SSE41_CFLAGS) pkgconfigdir = $(libdir)/pkgconfig |