From: ueno Date: Wed, 30 Jan 2002 12:22:47 +0000 (+0000) Subject: * dcc/Makefile.am (package): New empty target. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bfe65155f6be776e07cd8f1405ec9c9ff2a5c811;p=elisp%2Fliece.git * dcc/Makefile.am (package): New empty target. (install-package): New empty target. --- diff --git a/dcc/Makefile.am b/dcc/Makefile.am index 81b32b3..270d34c 100644 --- a/dcc/Makefile.am +++ b/dcc/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in DEFS = -I$(srcdir) -I$(top_srcdir) $(CFLAGS) @DEFS@ LIBS = @LIBOBJS@ EXTRA_DIST = getopt.c getopt.h getopt1.c @@ -8,3 +7,6 @@ bin_PROGRAMS = ldcc ltcp ltcp_SOURCES = tcp.c ldcc_SOURCES = dcc.c + +package: all +install-package: package install