Edit

kc3-lang/libxml2/libxml-2.0.pc.in

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-01-04 15:10:22
    Hash : ce1648b1
    Message : applied DSO support patch 2 from Joel Reed Daniel * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel

  • libxml-2.0.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    modules=@WITH_MODULES@
    
    Name: libXML
    Version: @VERSION@
    Description: libXML library version2.
    Requires:
    Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
    Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@