From 93bbc1f6f32130261c697833cf6a006cee9adaa2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 1 Sep 2011 14:35:58 +0200 Subject: Add missing header file to the distribution. * linux/Makefrag.am (liblinux_a_SOURCES): Add `linux/dev/glue/glue.h', which appeared in commit 2b4bff9914d57bff600ac70194b8b1aab3485bee ("Fix declarations"). --- linux/Makefrag.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 += \ -- cgit v1.2.3