summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2006-04-24 04:06:25 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2006-04-24 04:06:25 +0000
commitf18ccb4969b7f084d27c68e49feb084ce1434a8c (patch)
tree1f99aa70f901601384805b7508d5e9f380b9ea89 /src/Makefile_insert
parentMove contextual info to Stack (diff)
downloadinkscape-f18ccb4969b7f084d27c68e49feb084ce1434a8c.tar.gz
inkscape-f18ccb4969b7f084d27c68e49feb084ce1434a8c.zip
moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & context-menu.h, also updated make_insert with change
(bzr r579)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 12b766bb3..ce0007a15 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -95,7 +95,8 @@ libinkpre_a_SOURCES = \
nodepath.cpp nodepath.h \
object-edit.cpp object-edit.h \
object-hierarchy.cpp object-hierarchy.h \
- object-ui.cpp object-ui.h \
+ ui/context-menu.cpp \
+ ui/context-menu.h \
path-chemistry.cpp path-chemistry.h \
path-prefix.h \
pen-context.cpp \