changeset 15404:7b69cd89868c

include new files in libinterp/interp-core/module.mk * libinterp/interp-core/module.mk (INTERP_CORE_INC): Include action-container.h and event-queue.h in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 18 Sep 2012 00:40:16 -0400
parents 7f423c6111c6
children f52a62a6db3a 8ae34ffe5c1b
files libinterp/interp-core/module.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interp-core/module.mk
+++ b/libinterp/interp-core/module.mk
@@ -12,6 +12,7 @@
 
 INTERP_CORE_INC = \
   interp-core/Cell.h \
+  interp-core/action-container.h \
   interp-core/c-file-ptr-stream.h \
   interp-core/comment-list.h \
   interp-core/cutils.h \
@@ -19,6 +20,7 @@
   interp-core/defun-int.h \
   interp-core/display.h \
   interp-core/dynamic-ld.h \
+  interp-core/event-queue.h \
   interp-core/gl-render.h \
   interp-core/gl2ps-renderer.h \
   interp-core/gl2ps.h \