Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15482

Modified Files:
        Makefile.am 
Log Message:
Include all osdep-*.c in dist.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/tmux/tmux/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 31 Dec 2010 22:12:33 -0000      1.1
+++ Makefile.am 3 Jan 2011 23:40:21 -0000       1.2
@@ -5,7 +5,9 @@
 dist_man1_MANS = tmux.1
 
 # 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:
        find $(distdir) -name CVS -type d|xargs rm -Rf
 
@@ -155,7 +157,6 @@
        mode-key.c \
        names.c \
        options.c \
-       osd...@[email protected] \
        paste.c \
        resize.c \
        screen-redraw.c \
@@ -180,7 +181,7 @@
        window.c \
        xmalloc.c \
        xterm-keys.c
-nodist_tmux_SOURCES =
+nodist_tmux_SOURCES = osd...@[email protected]
 
 # Pile in all the compat/ stuff that is needed.
 if NO_FORKPTY


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to