Removed SWE as a direct dependency of Astrognome

This commit is contained in:
Gergely Polonkai 2013-09-03 18:04:43 +02:00
parent 1e4b769314
commit ff26919775

View File

@ -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