[Libreoffice-commits] libcdr.git: libcdr.pc.in src/conv

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Nov 7 20:48:34 CET 2013


 libcdr.pc.in             |    2 +-
 src/conv/svg/Makefile.am |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 58cb70b98f57a1775b5c4664bf500029ae06f628
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Nov 7 20:48:09 2013 +0100

    Some little fixes
    
    Change-Id: Icb50d0d2971a86997a59f484bcf25cf5a67f91cb

diff --git a/libcdr.pc.in b/libcdr.pc.in
index 70b3dda..8af093a 100644
--- a/libcdr.pc.in
+++ b/libcdr.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libcdr- at CDR_MAJOR_VERSION@. at CDR_MINOR_VERSION@
 Description: Library for parsing the Corel Draw file format structure
 Version: @VERSION@
-Requires: librevenge-0.0 librevenge-generators-0.0
+Requires: librevenge-0.0
 Libs: -L${libdir} -lcdr- at CDR_MAJOR_VERSION@. at CDR_MINOR_VERSION@
 Cflags: -I${includedir}/libcdr- at CDR_MAJOR_VERSION@. at CDR_MINOR_VERSION@
diff --git a/src/conv/svg/Makefile.am b/src/conv/svg/Makefile.am
index 6de9b6d..e1a9d73 100644
--- a/src/conv/svg/Makefile.am
+++ b/src/conv/svg/Makefile.am
@@ -5,7 +5,6 @@ bin_PROGRAMS = cdr2xhtml cmx2xhtml
 AM_CXXFLAGS = \
 	-I$(top_srcdir)/inc \
 	$(REVENGE_CFLAGS) \
-	$(REVENGE_GENERATORS_CFLAGS) \
 	$(REVENGE_STREAM_CFLAGS) \
 	$(DEBUG_CXXFLAGS)
 
@@ -13,7 +12,6 @@ cdr2xhtml_DEPENDENCIES = @CDR2XHTML_WIN32_RESOURCE@
 
 cdr2xhtml_LDADD = \
 	../../lib/libcdr- at CDR_MAJOR_VERSION@. at CDR_MINOR_VERSION@.la \
-	$(REVENGE_GENERATORS_LIBS) \
 	$(REVENGE_LIBS) \
 	$(REVENGE_STREAM_LIBS) \
 	@CDR2XHTML_WIN32_RESOURCE@ 


More information about the Libreoffice-commits mailing list