diff options
author | Hongxu Jia <[email protected]> | 2017-10-18 09:47:05 +0800 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-10-18 14:27:20 +0100 |
commit | 05fc62d89f59ce19a18bfd4e63a09624910d6caf (patch) | |
tree | 6115066fe2e776ceb15944742b3c475d652907d7 /src/intel/Makefile.tools.am | |
parent | e5e9e21e9fec3552b9e6a3db45ece64fcf0bc9d1 (diff) |
automake: intel: move expat handling where it's used
Linking libvulkan_intel.so can fail, due to unresolved references to
libexpat.so.
EXPAT_CFLAGS should be moved as well.
Signed-off-by: Hongxu Jia <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r-- | src/intel/Makefile.tools.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index 807122039b0..af8cd5b6287 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -31,7 +31,6 @@ tools_aubinator_SOURCES = \ tools_aubinator_CFLAGS = \ $(AM_CFLAGS) \ - $(EXPAT_CFLAGS) \ $(ZLIB_CFLAGS) tools_aubinator_LDADD = \ @@ -41,7 +40,6 @@ tools_aubinator_LDADD = \ $(PER_GEN_LIBS) \ $(PTHREAD_LIBS) \ $(DLOPEN_LIBS) \ - $(EXPAT_LIBS) \ $(ZLIB_LIBS) \ -lm @@ -56,10 +54,8 @@ tools_aubinator_error_decode_LDADD = \ compiler/libintel_compiler.la \ $(top_builddir)/src/util/libmesautil.la \ $(PTHREAD_LIBS) \ - $(EXPAT_LIBS) \ $(ZLIB_LIBS) tools_aubinator_error_decode_CFLAGS = \ $(AM_CFLAGS) \ - $(EXPAT_CFLAGS) \ $(ZLIB_CFLAGS) |