diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 798564b..5a10925 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.13 2003/03/07 11:43:26 sabetts Exp $ +## $Id: Makefile.am,v 1.14 2003/03/31 07:06:23 sabetts Exp $ bin_PROGRAMS = ratpoison @@ -47,6 +47,8 @@ ratpoison_SOURCES = actions.c \ ratpoison.h \ sbuf.c \ sbuf.h \ + screen.h \ + screen.c \ split.c \ split.h \ window.c \ |