summaryrefslogtreecommitdiffstats
path: root/src/helper/Makefile_insert
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-02-20 22:15:27 +0000
committertweenk <tweenk@users.sourceforge.net>2009-02-20 22:15:27 +0000
commitba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3 (patch)
tree89f91e684b0b9177c502d2b152a21c9a73026466 /src/helper/Makefile_insert
parentThe snap indicator's tooltip now displays "A to B", whereas before it only di... (diff)
downloadinkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.tar.gz
inkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.zip
Only build static libraries for subdirs than actually contain libraries,
rather than for every subdirectory. (bzr r7336)
Diffstat (limited to 'src/helper/Makefile_insert')
-rw-r--r--src/helper/Makefile_insert13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/helper/Makefile_insert b/src/helper/Makefile_insert
index cabd9b6ad..2ccec8d16 100644
--- a/src/helper/Makefile_insert
+++ b/src/helper/Makefile_insert
@@ -1,19 +1,8 @@
## Makefile.am fragment sourced by src/Makefile.am.
-#
-# Miscellaneous unsystematized and temporary helper utilities
-#
-# libspchelp - canvas utilities, specific canvas items
-#
-
-helper/all: helper/libspchelp.a
-
-helper/clean:
- rm -f helper/libspchelp.a $(helper_libspchelp_a_OBJECTS)
-
helper/unit-menu.$(OBJEXT): helper/sp-marshal.h
-helper_libspchelp_a_SOURCES = \
+ink_common_sources += \
helper/action.cpp \
helper/action.h \
helper/geom.cpp \