Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-06-14 10:35:37
    Hash : 9ea5565f
    Message : removed a redundant include path Daniel * libxml-2.0.pc.in: removed a redundant include path 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: @XML_INCLUDEDIR@ @XML_CFLAGS@