summaryrefslogtreecommitdiffstats
path: root/src/debug
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/debug
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/debug')
-rw-r--r--src/debug/Makefile_insert8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/debug/Makefile_insert b/src/debug/Makefile_insert
index 699ceac84..47cc2b704 100644
--- a/src/debug/Makefile_insert
+++ b/src/debug/Makefile_insert
@@ -1,10 +1,6 @@
+## Makefile.am fragment sourced by src/Makefile.am.
-debug/all: debug/libinkdebug.a
-
-debug/clean:
- rm -f debug/libinkdebug.a $(debug_libinkdebug_a_OBJECTS)
-
-debug_libinkdebug_a_SOURCES = \
+ink_common_sources += \
debug/demangle.cpp debug/demangle.h \
debug/event.h \
debug/event-tracker.h \