Fixed minor issues for complete and perfect installation

This commit is contained in:
Gergely Polonkai 2013-09-06 11:16:42 +02:00
parent 565b4cca40
commit 910acdbe1e
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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