From: ueno Date: Mon, 11 Feb 2002 16:39:11 +0000 (+0000) Subject: Express that getopt*.o are needed for linking ldcc and ltcp. X-Git-Tag: liece-1_4_7~14 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fliece.git;a=commitdiff_plain;h=51447e28afa5aee227628ac636aad8b0e4789367 Express that getopt*.o are needed for linking ldcc and ltcp. --- diff --git a/dcc/Makefile.am b/dcc/Makefile.am index 270d34c..fb8fab0 100644 --- a/dcc/Makefile.am +++ b/dcc/Makefile.am @@ -1,12 +1,14 @@ DEFS = -I$(srcdir) -I$(top_srcdir) $(CFLAGS) @DEFS@ -LIBS = @LIBOBJS@ -EXTRA_DIST = getopt.c getopt.h getopt1.c +LIBOBJS = @LIBOBJS@ +EXTRA_DIST = basename.c getopt.c getopt.h getopt1.c CLEANFILES = ldcc ltcp bin_PROGRAMS = ldcc ltcp ltcp_SOURCES = tcp.c +ltcp_LDADD = $(LIBOBJS) ldcc_SOURCES = dcc.c +ldcc_LDADD = $(LIBOBJS) package: all install-package: package install