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/libnrtype | |
| 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/libnrtype')
| -rw-r--r-- | src/libnrtype/Makefile_insert | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/libnrtype/Makefile_insert b/src/libnrtype/Makefile_insert index a5f6d199f..8f45dc94d 100644 --- a/src/libnrtype/Makefile_insert +++ b/src/libnrtype/Makefile_insert @@ -1,11 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. -libnrtype/all: libnrtype/libnrtype.a - -libnrtype/clean: - rm -f libnrtype/libnrtype.a $(libnrtype_libnrtype_a_OBJECTS) - -libnrtype_libnrtype_a_SOURCES = \ +ink_common_sources += \ libnrtype/boundary-type.h \ libnrtype/font-style-to-pos.cpp \ libnrtype/font-style-to-pos.h \ @@ -40,5 +35,3 @@ libnrtype_libnrtype_a_SOURCES = \ libnrtype/Layout-TNG-Scanline-Makers.cpp \ libnrtype/Layout-TNG.cpp \ libnrtype/Layout-TNG.h - - |
