Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-12-09 14:00:54
    Hash : b82c1669
    Message : do not reference strdup() ! trying to fix the libs of the various config * globals.c: do not reference strdup() ! * configure.in libxml-2.0.pc.in: trying to fix the libs of the various config extraction modules Daniel

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