diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-20 22:15:27 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-20 22:15:27 +0000 |
| commit | ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3 (patch) | |
| tree | 89f91e684b0b9177c502d2b152a21c9a73026466 /src/dialogs/Makefile_insert | |
| parent | The snap indicator's tooltip now displays "A to B", whereas before it only di... (diff) | |
| download | inkscape-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/dialogs/Makefile_insert')
| -rw-r--r-- | src/dialogs/Makefile_insert | 25 |
1 files changed, 2 insertions, 23 deletions
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 <lauris@ximian.com> -# -# 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 - |
