claws-mail/sylpheed-claws.pc.in
Christoph Hohmann 52c0848f66 0.9.4claws1
* .cvsignore
* Makefile.am
* configure.ac
* sylpheed-claws.pc.in                  ** NEW **
* src/Makefile.am
* src/common/Makefile.am
* src/gtk/Makefile.am
        install sylpheed header files in $(pkgincludedir) and create a
        pkg-config file to allow building a plugin without the source
        package
2003-08-04 15:43:46 +00:00

13 lines
375 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pkglibdir=${libdir}/@PACKAGE@
pkgincludedir=${includedir}/@PACKAGE@
plugindir=${pkglibdir}/plugins
Name: Sylpheed-Claws
Description: Sylpheed-Claws
Version: @VERSION@
Cflags: @ASPELL_CFLAGS@ @GPGME_CFLAGS@ @OPENSSL_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk