From 3e002711d725ef4b16c7c61e35486d3130095342 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 15 Feb 2010 19:00:10 +0000 Subject: [PATCH] add new files to Makefile.am --- cmd/smyrna/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index 052e4581f..726fccfe3 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -39,6 +39,7 @@ noinst_HEADERS = btree.h draw.h filter.h glexpose.h glmotion.h gltemplate.h \ hier.h materials.h selection.h smyrnadefs.h support.h topview.h \ topviewdata.h topviewdefs.h trackball.h tvnodes.h viewport.h hotkeymap.h \ topfisheyeview.h viewportcamera.h gvprpipe.h md5.h drawxdot.h arcball.h \ + selectionfuncs.h topviewfuncs.h \ gui/beacon.h gui/callbacks.h gui/datalistcallbacks.h gui/filterscallbacks.h \ gui/frmobjectui.h gui/glcompui.h gui/gui.h gui/menucallbacks.h \ gui/toolboxcallbacks.h gui/topviewsettings.h gui/appmouse.h polytess.h smyrna_utils.h @@ -46,6 +47,7 @@ noinst_HEADERS = btree.h draw.h filter.h glexpose.h glmotion.h gltemplate.h \ smyrna_SOURCES = btree.c draw.c filter.c glexpose.c glmotion.c gltemplate.c \ hier.c main.c selection.c support.c template.c topview.c topviewdata.c \ topfisheyeview.c trackball.c tvnodes.c viewport.c viewportcamera.c \ + selectionfuncs.c topviewfuncs.c \ gvprpipe.c md5.c drawxdot.c arcball.c hotkeymap.c \ gui/beacon.c gui/callbacks.c gui/datalistcallbacks.c gui/filterscallbacks.c \ gui/frmobjectui.c gui/glcompui.c gui/gui.c gui/menucallbacks.c \ -- 2.40.0