Typo fix (astragnome instead of astrognome)
This commit is contained in:
parent
a1bd0ca619
commit
86032862b5
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user