Moved pkgconfig data file to data/

This commit is contained in:
2013-09-10 19:31:45 +02:00
parent e4748e5521
commit a8aa5ea029
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = swe-glib.pc $(NULL)
swephdir = $(pkgdatadir)
sweph_DATA = \
sweph-data/seas_00.se1 \

11
data/swe-glib.pc.in Normal file
View File

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