2013-08-21 22:48:00 +00:00
|
|
|
bin_PROGRAMS = astrognome
|
2013-07-08 23:15:13 +00:00
|
|
|
|
2013-09-03 11:14:28 +00:00
|
|
|
astrognome_SOURCES = astrognome.c
|
2013-09-03 16:04:43 +00:00
|
|
|
astrognome_LDADD = $(LIBSWE_GLIB_LIBS) $(GTK_LIBS)
|
2013-08-21 23:42:41 +00:00
|
|
|
astrognome_LDFLAGS = -rdynamic
|
|
|
|
astrognome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|