[Libreoffice-commits] libmspub.git: src/conv

David Tardon dtardon at redhat.com
Sat Dec 30 18:37:51 UTC 2017


 src/conv/svg/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 530c84c1d8bd8cdc9238c23a0c4e68cee7eac53d
Author: David Tardon <dtardon at redhat.com>
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@


More information about the Libreoffice-commits mailing list