[libvtemm] Fixed build - there was no pty.h nor pty.cc.



commit 15ee243ea404ec3856e80b4e7e6af3b605de67cb
Author: Krzesimir Nowak <krnowak svn gnome org>
Date:   Mon Jun 15 22:11:59 2009 +0200

    Fixed build - there was no pty.h nor pty.cc.
    
    * src/libvtemm/Makefile.am: Renamed pty.(h|cc) to ptymaster.(h|cc)
    in files_extra_(h|cc).

 src/libvtemm/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libvtemm/Makefile.am b/src/libvtemm/Makefile.am
index e4ac7e0..47824ef 100644
--- a/src/libvtemm/Makefile.am
+++ b/src/libvtemm/Makefile.am
@@ -3,9 +3,9 @@
 
 SUBDIRS = g private
 
-files_extra_h = cursorposition.h init.h match.h padding.h pty.h ptysize.h \
+files_extra_h = cursorposition.h init.h match.h padding.h ptymaster.h ptysize.h \
 	textandcharattrs.h wrap_init.h shared.h
-files_extra_cc = cursorposition.cc init.cc match.cc padding.cc pty.cc ptysize.cc \
+files_extra_cc = cursorposition.cc init.cc match.cc padding.cc ptymaster.cc ptysize.cc \
 	textandcharattrs.cc
 
 files_internal_h = internalroutines.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]