Include all osdep-*.c in dist.

pull/1/head
Nicholas Marriott 2011-01-03 23:40:21 +00:00
parent a0e7facee6
commit 69f6b23945
1 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,13 @@
# $Id: Makefile.am,v 1.1 2010-12-31 22:12:33 nicm Exp $ # $Id: Makefile.am,v 1.2 2011-01-03 23:40:21 nicm Exp $
# Obvious program stuff. # Obvious program stuff.
bin_PROGRAMS = tmux bin_PROGRAMS = tmux
dist_man1_MANS = tmux.1 dist_man1_MANS = tmux.1
# Distribution tarball options. # Distribution tarball options.
EXTRA_DIST = CHANGES FAQ NOTES TODO examples compat array.h compat.h tmux.h EXTRA_DIST = \
CHANGES FAQ NOTES TODO examples compat \
array.h compat.h tmux.h osdep-*.c
dist-hook: dist-hook:
find $(distdir) -name CVS -type d|xargs rm -Rf find $(distdir) -name CVS -type d|xargs rm -Rf
@ -155,7 +157,6 @@ dist_tmux_SOURCES = \
mode-key.c \ mode-key.c \
names.c \ names.c \
options.c \ options.c \
osdep-@PLATFORM@.c \
paste.c \ paste.c \
resize.c \ resize.c \
screen-redraw.c \ screen-redraw.c \
@ -180,7 +181,7 @@ dist_tmux_SOURCES = \
window.c \ window.c \
xmalloc.c \ xmalloc.c \
xterm-keys.c xterm-keys.c
nodist_tmux_SOURCES = nodist_tmux_SOURCES = osdep-@PLATFORM@.c
# Pile in all the compat/ stuff that is needed. # Pile in all the compat/ stuff that is needed.
if NO_FORKPTY if NO_FORKPTY