diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01c8dbb..6f907dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.10 2001/02/25 22:01:41 rcyeske Exp $ +## $Id: Makefile.am,v 1.11 2001/04/01 01:17:53 sabetts Exp $ bin_PROGRAMS = ratpoison @@ -46,5 +46,7 @@ ratpoison_SOURCES = actions.c \ number.h \ ratpoison.h \ sbuf.c \ - sbuf.h + sbuf.h \ + split.c \ + split.h |