From: Thadeu Lima de Souza Cascardo Date: Sat, 19 Oct 2013 18:22:31 +0000 (-0300) Subject: Fix build for tarball X-Git-Url: http://git.cascardo.info/?p=cascardo%2Ff2fchat.git;a=commitdiff_plain Fix build for tarball --- diff --git a/Makefile.am b/Makefile.am index 223a404..74f2980 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = f2fchat f2fcmd -f2fchat_SOURCES = f2fchat.c friend.c message.c menu.c +f2fchat_SOURCES = f2fchat.c friend.c message.c menu.c friend.h message.h menu.h f2fchat_CFLAGS = $(GLIB_CFLAGS) $(GIO_CFLAGS) f2fchat_LDFLAGS = $(GLIB_LIBS) $(GIO_LIBS)