Ping a friend when we get it from the cache
[cascardo/f2fchat.git] / Makefile.am
1 bin_PROGRAMS = f2fchat
2 f2fchat_SOURCES = f2fchat.c friend.c message.c
3 f2fchat_CFLAGS = $(GLIB_CFLAGS) $(GIO_CFLAGS)
4 f2fchat_LDFLAGS = $(GLIB_LIBS) $(GIO_LIBS)