Typo fix (astragnome instead of astrognome)
This commit is contained in:
parent
a1bd0ca619
commit
86032862b5
@ -1,6 +1,6 @@
|
||||
bin_PROGRAMS = astrognome
|
||||
|
||||
astragnome_SOURCES = astragnome.c calculate.c
|
||||
astragnome_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
|
||||
astragnome_LDFLAGS = -rdynamic
|
||||
astragnome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|
||||
astrognome_SOURCES = astrognome.c calculate.c
|
||||
astrognome_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
|
||||
astrognome_LDFLAGS = -rdynamic
|
||||
astrognome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#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 {
|
||||
int signId;
|
||||
|
Loading…
Reference in New Issue
Block a user