From 61feb8535774e0674192cd87f012f8910c2f6eea Mon Sep 17 00:00:00 2001 From: codereader Date: Sun, 30 Oct 2016 06:45:05 +0100 Subject: [PATCH] Update makefile --- libs/scene/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/scene/Makefile.am b/libs/scene/Makefile.am index f65741d1c5..f1a75f1e1f 100644 --- a/libs/scene/Makefile.am +++ b/libs/scene/Makefile.am @@ -5,4 +5,5 @@ libscenegraph_la_LDFLAGS = -release @PACKAGE_VERSION@ $(LIBSIGC_LIBS) libscenegraph_la_LIBADD = $(top_builddir)/libs/math/libmath.la libscenegraph_la_SOURCES = InstanceWalkers.cpp \ TraversableNodeSet.cpp \ + SelectableNode.cpp \ Node.cpp