Edit

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

Branch :

  • Show log

    Commit

  • Author : Martin Baulig
    Date : 2000-09-30 02:27:55
    Hash : 1b478d11
    Message : Use the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).

  • libxml-2.0.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    
    Name: libXML
    Version: @VERSION@
    Description: libXML library.
    Requires:
    Libs: -L${libdir} -lxml @Z_LIBS@ @M_LIBS@ @LIBS@
    Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@