From 910acdbe1e3351ee7501441f9f84f8f5156d8342 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Fri, 6 Sep 2013 11:16:42 +0200 Subject: [PATCH] Fixed minor issues for complete and perfect installation --- src/swe-glib.h | 1 + swe-glib.pc.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/swe-glib.h b/src/swe-glib.h index 287bb08..13476ca 100644 --- a/src/swe-glib.h +++ b/src/swe-glib.h @@ -5,6 +5,7 @@ #include "gswe-types.h" #include "gswe-timestamp.h" #include "gswe-moment.h" +#include "gswe-enumtypes.h" extern GHashTable *gswe_planet_info_table; extern GHashTable *gswe_sign_info_table; diff --git a/swe-glib.pc.in b/swe-glib.pc.in index b5b69e0..857c44c 100644 --- a/swe-glib.pc.in +++ b/swe-glib.pc.in @@ -1,4 +1,5 @@ prefix=@prefix@ +exec_prefix = @exec_prefix@ libdir=@libdir@ includedir=@includedir@ @@ -6,5 +7,5 @@ Name: SWE-GLib Description: GLib wrapper functions for the Swiss Ephemeris library Version: 0.1 Requires: GLib-2.0 -Libs: -L${libdir} -lswe-glib +Libs: -L${libdir} -lswe-glib-@VERSION@ Cflags: -I${includedir}/swe-glib