X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Fclient%2FMakefile.in;h=e7154c311a97bc4eae8c3a29493025e3a4177a42;hp=998e737a8ef866db257d02baba6a05f6f09d49c7;hb=d3a64a4f6e8aa1dc1ee027086aa9b280864e80e4;hpb=92693cba65c241b52f9431c03a3a320bd2e0e61d diff --git a/src/client/Makefile.in b/src/client/Makefile.in index 998e737a8..e7154c311 100644 --- a/src/client/Makefile.in +++ b/src/client/Makefile.in @@ -28,7 +28,7 @@ # Makefile.in: Makefile template for configure # # Known contributors to this file: -# Markus Armbruster, 2005-2013 +# Markus Armbruster, 2005-2015 # CC = @CC@ @@ -53,8 +53,9 @@ srcdir = @srcdir@ VPATH = @srcdir@ prog = empire$E -obj = expect.$O host.$O ipglob.$O linebuf.$O login.$O main.$O play.$O \ -ringbuf.$O secure.$O servcmd.$O termlib.$O version.$O $(LIBOBJS) +obj = expect.$O fnameat.$O host.$O ipglob.$O linebuf.$O login.$O \ +main.$O play.$O ringbuf.$O secure.$O servcmd.$O termlib.$O version.$O \ +$(LIBOBJS) all: $(prog) @@ -83,7 +84,7 @@ expect.$O: misc.h proto.h host.$O: misc.h linebuf.$O: linebuf.h login.$O: misc.h proto.h -main.$O: misc.h version.h +main.$O: fnameat.h misc.h version.h play.$O: linebuf.h misc.h proto.h ringbuf.h secure.h ringbuf.$O: ringbuf.h secure.$O: ringbuf.h secure.h