Mercurial > hg > octave-lyh
diff libinterp/interp-core/module.mk @ 15403: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 | 03ef3a183129 |
children | 3dcd96e1f657 |
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 \