From ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Fri, 20 Feb 2009 22:15:27 +0000 Subject: Only build static libraries for subdirs than actually contain libraries, rather than for every subdirectory. (bzr r7336) --- src/xml/Makefile_insert | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/xml') diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert index d135b786e..f585f1407 100644 --- a/src/xml/Makefile_insert +++ b/src/xml/Makefile_insert @@ -1,19 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. -# -# Sodipodi xml wrapper -# Author: Lauris Kaplinski -# -# Implements xml backbone of inkscape document. In future will be -# repaced with (wrapper of?) DOM -# - -xml/all: xml/libspxml.a - -xml/clean: - rm -f xml/libspxml.a xml/libtest-xml.a $(xml_libspxml_a_OBJECTS) $(xml_libtest_xml_a_OBJECTS) - -xml_libspxml_a_SOURCES = \ +ink_common_sources += \ algorithms/find-if-before.h \ xml/comment-node.h \ xml/composite-node-observer.cpp xml/composite-node-observer.h \ -- cgit v1.2.3