diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-07-17 16:00:16 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 18:59:08 +0200 |
commit | 5054d2523b99c4f46d0fa1b95a37dd1d99842f1e (patch) | |
tree | e0e04003566c5cab63e7efc866f7121e0a9e7cb4 /libcons/Makefile | |
parent | 0aa5fd17887a4e07b85471d781ce9c229703380f (diff) |
Fix "make dist" in `libcons'.
* libcons/Makefile (LCLHDRS): Add `$(installhdrs)'.
Diffstat (limited to 'libcons/Makefile')
-rw-r--r-- | libcons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcons/Makefile b/libcons/Makefile index f3bab3f3..38ca74a7 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 |