diff options
Diffstat (limited to 'contrib/expat/xmlwf/Makefile.am')
| -rw-r--r-- | contrib/expat/xmlwf/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/expat/xmlwf/Makefile.am b/contrib/expat/xmlwf/Makefile.am index 4b41c2cbdab8..c7eebd1eeec2 100644 --- a/contrib/expat/xmlwf/Makefile.am +++ b/contrib/expat/xmlwf/Makefile.am @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017 Expat development team +# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org> # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining @@ -37,12 +37,13 @@ xmlwf_SOURCES = \ codepage.c \ @FILEMAP@.c -xmlwf_CPPFLAGS = -I$(srcdir)/../lib +xmlwf_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib +xmlwf_LDFLAGS = @AM_LDFLAGS@ @LIBM@ if MINGW if UNICODE xmlwf_CPPFLAGS += -mwindows -xmlwf_LDFLAGS = -municode +xmlwf_LDFLAGS += -municode endif endif |
