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/dialogs/Makefile_insert | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'src/dialogs') diff --git a/src/dialogs/Makefile_insert b/src/dialogs/Makefile_insert index 1b3358506..f7404a8b2 100644 --- a/src/dialogs/Makefile_insert +++ b/src/dialogs/Makefile_insert @@ -1,19 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. -# -# Several object property dialogs -# Author: Lauris Kaplinski -# -# Here should be things, that use only xml interface, not objects themselves -# Currently we still have selection_changed functions, but these will be -# replaced by selection 'changed' signal handlers -# -dialogs/all: dialogs/libspdialogs.a - -dialogs/clean: - rm -f dialogs/libspdialogs.a $(dialogs_libspdialogs_a_OBJECTS) - -dialogs_libspdialogs_a_SOURCES = \ +ink_common_sources += \ dialogs/clonetiler.cpp \ dialogs/clonetiler.h \ dialogs/dialog-events.cpp \ @@ -51,7 +38,7 @@ dialogs_libspdialogs_a_SOURCES = \ dialogs/sp-attribute-widget.cpp \ dialogs/sp-attribute-widget.h \ dialogs/spellcheck.cpp \ - dialogs/spellcheck.h \ + dialogs/spellcheck.h \ dialogs/stroke-style.cpp \ dialogs/stroke-style.h \ dialogs/swatches.cpp \ @@ -62,11 +49,3 @@ dialogs_libspdialogs_a_SOURCES = \ dialogs/unclump.h \ dialogs/xml-tree.cpp \ dialogs/xml-tree.h - -# dialogs/sp-widget.c \ -# dialogs/sp-widget.h \ -# dialogs/gradient-vector.c \ -# dialogs/gradient-vector.h \ -# dialogs/gradient-selector.c \ -# dialogs/gradient-selector.h - -- cgit v1.2.3