swe-glib/swe-glib.pc.in
Gergely Polonkai 268dd739bc Changed version number to a bit more dynamic one
src/Makefile.am still needs to be modified upon API version change :S
2013-09-10 02:00:04 +02:00

12 lines
291 B
PkgConfig

prefix=@prefix@
exec_prefix = @exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SWE-GLib
Description: GLib wrapper functions for the Swiss Ephemeris library
Version: @SWE_GLIB_API_VERSION@
Requires: glib-2.0
Libs: -L${libdir} -lswe-glib-@VERSION@
Cflags: -I${includedir}/swe-glib