Fix build for tarball
[cascardo/f2fchat.git] / Makefile.am
index 223a404..74f2980 100644 (file)
@@ -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)