X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2FMakefile.am;h=792b1ecc7ce42e5b1803e1eb24df180b8c0f405f;hb=c23865689e087ec70e36e13075f997ba39fcda75;hp=9b52b44f86ae6b819e7ff40462dc8a941f5656fe;hpb=d47633eb2c209422c89056ddc1f165c1d88efe77;p=ttt diff --git a/src/Makefile.am b/src/Makefile.am index 9b52b44..792b1ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,10 +5,10 @@ ttt_common_sources = \ ttt-args.h \ ttt-board.c \ ttt-board.h \ - ttt-command.c \ - ttt-command.h \ - ttt-error.c \ - ttt-error.h + ttt-socket.c \ + ttt-socket.h \ + x.c \ + x.h ttt_client_SOURCES = \ $(ttt_common_sources) \