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/widgets | |
| 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/widgets')
| -rw-r--r-- | src/widgets/Makefile_insert | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index fdebe8d20..32a8a71e5 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -1,40 +1,28 @@ ## Makefile.am fragment sourced by src/Makefile.am. -# -# Widgets for inkscape -# Author: Lauris Kaplinski <lauris@ximian.com> -# - -widgets/all: widgets/libspwidgets.a - -widgets/clean: - rm -f widgets/libspwidgets.a $(widgets_libspwidgets_a_OBJECTS) - -widgets_libspwidgets_a_SOURCES = \ +ink_common_sources += \ widgets/button.cpp \ widgets/button.h \ widgets/calligraphic-profile-rename.cpp \ widgets/calligraphic-profile-rename.h \ widgets/dash-selector.cpp \ widgets/dash-selector.h \ - widgets/dash-selector.cpp \ - widgets/dash-selector.h \ widgets/desktop-widget.cpp \ widgets/desktop-widget.h \ widgets/font-selector.cpp \ widgets/font-selector.h \ - widgets/gradient-toolbar.cpp \ - widgets/gradient-toolbar.h \ widgets/gradient-image.cpp \ widgets/gradient-image.h \ widgets/gradient-selector.cpp \ widgets/gradient-selector.h \ + widgets/gradient-toolbar.cpp \ + widgets/gradient-toolbar.h \ widgets/gradient-vector.cpp \ widgets/gradient-vector.h \ widgets/icon.cpp \ widgets/icon.h \ - widgets/layer-selector.h \ widgets/layer-selector.cpp \ + widgets/layer-selector.h \ widgets/paint-selector.cpp \ widgets/paint-selector.h \ widgets/ruler.cpp \ @@ -57,22 +45,22 @@ widgets_libspwidgets_a_SOURCES = \ widgets/sp-color-selector.h \ widgets/sp-color-slider.cpp \ widgets/sp-color-slider.h \ - widgets/sp-color-wheel-selector.cpp \ - widgets/sp-color-wheel-selector.h \ widgets/sp-color-wheel.cpp \ widgets/sp-color-wheel.h \ + widgets/sp-color-wheel-selector.cpp \ + widgets/sp-color-wheel-selector.h \ + widgets/spinbutton-events.cpp \ + widgets/spinbutton-events.h \ widgets/sp-widget.cpp \ widgets/sp-widget.h \ + widgets/spw-utilities.cpp \ + widgets/spw-utilities.h \ widgets/sp-xmlview-attr-list.cpp \ widgets/sp-xmlview-attr-list.h \ widgets/sp-xmlview-content.cpp \ widgets/sp-xmlview-content.h \ widgets/sp-xmlview-tree.cpp \ widgets/sp-xmlview-tree.h \ - widgets/spinbutton-events.cpp \ - widgets/spinbutton-events.h \ - widgets/spw-utilities.cpp \ - widgets/spw-utilities.h \ widgets/toolbox.cpp \ widgets/toolbox.h \ widgets/widget-sizes.h |
