From 879104f6d54d5e573c905535dfe8ae614d6fb75c Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 7 Aug 2007 08:37:33 +0000 Subject: [PATCH] Fixed distribution for e1000. --- devices/e1000/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devices/e1000/Makefile.am b/devices/e1000/Makefile.am index a4d61fdf..7ae2d64e 100644 --- a/devices/e1000/Makefile.am +++ b/devices/e1000/Makefile.am @@ -35,8 +35,8 @@ EXTRA_DIST = \ Kbuild \ e1000_ethtool-2.6.13-ethercat.c \ e1000_ethtool-2.6.13-orig.c \ - e1000_2.6.13-ethercat.h \ - e1000_2.6.13-orig.h \ + e1000-2.6.13-ethercat.h \ + e1000-2.6.13-orig.h \ e1000_hw-2.6.13-ethercat.c \ e1000_hw-2.6.13-orig.c \ e1000_hw-2.6.13-ethercat.h \ @@ -49,8 +49,8 @@ EXTRA_DIST = \ e1000_param-2.6.13-orig.c \ e1000_ethtool-2.6.18-ethercat.c \ e1000_ethtool-2.6.18-orig.c \ - e1000_2.6.18-ethercat.h \ - e1000_2.6.18-orig.h \ + e1000-2.6.18-ethercat.h \ + e1000-2.6.18-orig.h \ e1000_hw-2.6.18-ethercat.c \ e1000_hw-2.6.18-orig.c \ e1000_hw-2.6.18-ethercat.h \ @@ -63,8 +63,8 @@ EXTRA_DIST = \ e1000_param-2.6.18-orig.c \ e1000_ethtool-2.6.20-ethercat.c \ e1000_ethtool-2.6.20-orig.c \ - e1000_2.6.20-ethercat.h \ - e1000_2.6.20-orig.h \ + e1000-2.6.20-ethercat.h \ + e1000-2.6.20-orig.h \ e1000_hw-2.6.20-ethercat.c \ e1000_hw-2.6.20-orig.c \ e1000_hw-2.6.20-ethercat.h \