bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/9] Fix "make dist" in `libcons'


From: Ludovic Courtès
Subject: [PATCH 5/9] Fix "make dist" in `libcons'
Date: Sat, 17 Jul 2010 16:39:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

From a3a336d5fa94d1f856ffdc0e8c45b7db455578b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 17 Jul 2010 16:00:16 +0200
Subject: [PATCH 5/9] Fix "make dist" in `libcons'.

* libcons/Makefile (LCLHDRS): Add `$(installhdrs)'.
---
 libcons/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcons/Makefile b/libcons/Makefile
index f3bab3f..38ca74a 100644
--- a/libcons/Makefile
+++ b/libcons/Makefile
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 1994,95,96,97,98,99,2000,01,02,2005 Free Software 
Foundation, Inc.
+#   Copyright (C) 1994,95,96,97,98,99,2000,01,02,2005,2010 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
@@ -24,7 +24,7 @@ SRCS= demuxer.c init-init.c init-loop.c opts-version.c 
extra-version.c \
       cons-switch.c vcons-remove.c vcons-add.c vcons-open.c \
       vcons-close.c vcons-destroy.c vcons-refresh.c vcons-scrollback.c \
       vcons-input.c vcons-move-mouse.c vcons-event.c
-LCLHDRS = priv.h mutations.h
+LCLHDRS = priv.h mutations.h $(installhdrs)
 installhdrs = cons.h
 
 fs_notify-MIGSFLAGS = -imacros $(srcdir)/mutations.h
-- 
1.7.0

Attachment: pgpWxW1gsf_Sv.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]