From ff2691977534a55caae75400b8ee1c3501213fd0 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Tue, 3 Sep 2013 18:04:43 +0200 Subject: [PATCH] Removed SWE as a direct dependency of Astrognome --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1bd3dfc..e0b280a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = astrognome astrognome_SOURCES = astrognome.c -astrognome_LDADD = $(LIBSWE_LIBS) $(LIBSWE_GLIB_LIBS) $(GTK_LIBS) +astrognome_LDADD = $(LIBSWE_GLIB_LIBS) $(GTK_LIBS) astrognome_LDFLAGS = -rdynamic astrognome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall