* dcc/Makefile.am (package): New empty target.
authorueno <ueno>
Wed, 30 Jan 2002 12:22:47 +0000 (12:22 +0000)
committerueno <ueno>
Wed, 30 Jan 2002 12:22:47 +0000 (12:22 +0000)
(install-package): New empty target.

dcc/Makefile.am

index 81b32b3..270d34c 100644 (file)
@@ -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