Added SWE-Glib sources, which currently wraps Swiss Ephemeris function calls

This commit is contained in:
2013-09-01 13:52:18 +02:00
parent e768af46ce
commit f8fb15ac28
16 changed files with 1273 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
bin_PROGRAMS = astrognome
astrognome_SOURCES = astrognome.c calculate.c
astrognome_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
astrognome_LDADD = $(LIBSWE_LIBS) $(LIBSWE_GLIB_LIBS) $(GTK_LIBS)
astrognome_LDFLAGS = -rdynamic
astrognome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall