Fixed minor issues for complete and perfect installation
This commit is contained in:
parent
565b4cca40
commit
910acdbe1e
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user