summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile_insert
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-02-06 04:15:05 +0000
committermental <mental@users.sourceforge.net>2006-02-06 04:15:05 +0000
commit4f46bb0e09ddfa540b60bd4d152385729127aceb (patch)
tree7b30dc6f0d64d847c422352d23ef1187ec04802a /src/util/Makefile_insert
parentsilence warnings (diff)
downloadinkscape-4f46bb0e09ddfa540b60bd4d152385729127aceb.tar.gz
inkscape-4f46bb0e09ddfa540b60bd4d152385729127aceb.zip
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
(bzr r87)
Diffstat (limited to 'src/util/Makefile_insert')
-rw-r--r--src/util/Makefile_insert4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile_insert b/src/util/Makefile_insert
index 1b7119180..bdd613385 100644
--- a/src/util/Makefile_insert
+++ b/src/util/Makefile_insert
@@ -14,8 +14,8 @@ util_libinkutil_a_SOURCES = \
util/list-container.h \
util/map-list.h \
util/reverse-list.h \
- util/shared-c-string-ptr.h \
- util/shared-c-string-ptr.cpp \
+ util/share.h \
+ util/share.cpp \
util/tuple.h \
util/units.cpp \
util/units.h