From 86032862b579d34ff8da2fbed25b22f9286b4f8b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 22 Aug 2013 01:42:41 +0200 Subject: [PATCH] Typo fix (astragnome instead of astrognome) --- src/Makefile.am | 8 ++++---- src/astrognome.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 27bd946..1fbeb25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/astrognome.c b/src/astrognome.c index e899ac3..62d38c8 100644 --- a/src/astrognome.c +++ b/src/astrognome.c @@ -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;