From 35a23d8dde68c027a58f590aaab7c83f5086a681 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 9 Jan 2012 10:34:33 +0100 Subject: [PATCH] Fixed missing slash. --- devices/e1000/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/e1000/Makefile.am b/devices/e1000/Makefile.am index da88a466..15b189bb 100644 --- a/devices/e1000/Makefile.am +++ b/devices/e1000/Makefile.am @@ -193,7 +193,7 @@ EXTRA_DIST = \ e1000_param-2.6.29-ethercat.c \ e1000_param-2.6.29-orig.c \ e1000_param-2.6.32-ethercat.c \ - e1000_param-2.6.32-orig.c + e1000_param-2.6.32-orig.c \ e1000_param-2.6.33-ethercat.c \ e1000_param-2.6.33-orig.c \ e1000_param-2.6.37-ethercat.c \