src/conv/svg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 530c84c1d8bd8cdc9238c23a0c4e68cee7eac53d Author: David Tardon <[email protected]> Date: Sat Dec 30 19:37:31 2017 +0100 fix copypasta Change-Id: Ibdcda4d3bce06239eeaa22f240081707b17c18d3 diff --git a/src/conv/svg/Makefile.am b/src/conv/svg/Makefile.am index 2127256..bfd2121 100644 --- a/src/conv/svg/Makefile.am +++ b/src/conv/svg/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = pub2xhtml AM_CXXFLAGS = -I$(top_srcdir)/inc \ $(REVENGE_CFLAGS) \ - $(REVENGE_STREAM_LIBS) \ + $(REVENGE_STREAM_CFLAGS) \ $(DEBUG_CXXFLAGS) pub2xhtml_DEPENDENCIES = @PUB2XHTML_WIN32_RESOURCE@ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
