X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=6e77a5e0e3828028493e0cf1e3677ce5dd4d50ff;hp=6ed461a43f4cb63750dbd0052227e6a5000e74c0;hb=f665f8e4be13337c14af2061ef6f2c8d6cb4288f;hpb=eba9ab6a3f362ecd814ac85b62f22d3bf85f22d6 diff --git a/Makefile.am b/Makefile.am index 6ed461a..6e77a5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,7 @@ -bin_PROGRAMS = f2fchat +bin_PROGRAMS = f2fchat f2fcmd + f2fchat_SOURCES = f2fchat.c friend.c message.c f2fchat_CFLAGS = $(GLIB_CFLAGS) $(GIO_CFLAGS) f2fchat_LDFLAGS = $(GLIB_LIBS) $(GIO_LIBS) + +f2fcmd_SOURCES = f2fcmd.c