From 32c8037055f5fdaba9c9f401fd532c02571b66d7 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 25 Oct 2005 01:56:48 -0400 Subject: Initial import of ethtool version 3 + a few patches. --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e6b83cd --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ +AM_CFLAGS = -Wall + +man_MANS = ethtool.8 +EXTRA_DIST = ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh + +sbin_PROGRAMS = ethtool +ethtool_SOURCES = de2104x.c ethtool.c ethtool-copy.h ethtool-util.h natsemi.c \ + e1000.c realtek.c e100.c tg3.c amd8111e.c pcnet32.c \ + fec_8xx.c + +dist-hook: + cp $(top_srcdir)/ethtool.spec $(distdir) + -- cgit v1.2.1