X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=Makefile.am;h=fc7885d5bc4cd6996e30c55ce571394af65a6c50;hp=b5b7499746d4f524d2086809d05db40274f9e1ac;hb=5d3be8914054ab99c9c1a5efe76b00998e1e9fde;hpb=966597cb2c97b429ed9de6202b466981ad80cbba diff --git a/Makefile.am b/Makefile.am index b5b7499..fc7885d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,4 @@ bin_PROGRAMS = f2fchat f2fchat_SOURCES = f2fchat.c friend.c +f2fchat_CFLAGS = $(GLIB_CFLAGS) +f2fchat_LDFLAGS = $(GLIB_LIBS)