Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-09-13 11:34:58
    Hash : 98fed37a
    Message : dohh generated the wrong include path :-( re-dohh forgot the new manpage * libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( 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 @Z_LIBS@ @M_LIBS@ @LIBS@
    Cflags: -I${includedir}/libxml2 @XML_CFLAGS@