summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-03 00:03:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-03 00:03:59 +0200
commitbabd1591543f7a1e45a4f8e32849e88d641014e5 (patch)
tree52d8b25fb839beaa195e6c188c6e97bf1c534556
parentdd48e23f43730038df4bb191e7acc47a4ab73c69 (diff)
parent93bbc1f6f32130261c697833cf6a006cee9adaa2 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
-rw-r--r--linux/Makefrag.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/Makefrag.am b/linux/Makefrag.am
index fccb8070..91253f06 100644
--- a/linux/Makefrag.am
+++ b/linux/Makefrag.am
@@ -1,6 +1,6 @@
# Makefile fragment for Linux device drivers and the glue code.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -57,6 +57,7 @@ liblinux_a_SOURCES = \
linux/dev/kernel/sched.c \
linux/dev/glue/kmem.c \
linux/dev/glue/block.c \
+ linux/dev/glue/glue.h \
linux/dev/arch/i386/kernel/setup.c
liblinux_a_SOURCES += \