summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e6b83cd7e11d9caa082f09eec5916f7b0a1cd587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)