Typo fix (astragnome instead of astrognome)

This commit is contained in:
Gergely Polonkai 2013-08-22 01:42:41 +02:00
parent a1bd0ca619
commit 86032862b5
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -4,7 +4,7 @@
#include "../swe/src/swephexp.h" #include "../swe/src/swephexp.h"
#define EPHEDIR "/home/polesz/Projektek/c/astragnome/swe/data" #define EPHEDIR "/home/polesz/Projektek/c/astrognome/swe/data"
typedef struct { typedef struct {
int signId; int signId;