Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used by
2007-10-11 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used by the harfbuzz-dump tool.
This commit is contained in:
parent
0b032549ba
commit
6567e16e3b
|
@ -8,7 +8,6 @@ noinst_LTLIBRARIES = libharfbuzz-1.la
|
||||||
MAINSOURCES = \
|
MAINSOURCES = \
|
||||||
ftglue.c \
|
ftglue.c \
|
||||||
harfbuzz-buffer.c \
|
harfbuzz-buffer.c \
|
||||||
harfbuzz-dump.c \
|
|
||||||
harfbuzz-gdef.c \
|
harfbuzz-gdef.c \
|
||||||
harfbuzz-gpos.c \
|
harfbuzz-gpos.c \
|
||||||
harfbuzz-gsub.c \
|
harfbuzz-gsub.c \
|
||||||
|
@ -19,7 +18,6 @@ EXTRA_SOURCES = harfbuzz.c
|
||||||
PUBLICHEADERS = \
|
PUBLICHEADERS = \
|
||||||
harfbuzz.h \
|
harfbuzz.h \
|
||||||
harfbuzz-buffer.h \
|
harfbuzz-buffer.h \
|
||||||
harfbuzz-dump.h \
|
|
||||||
harfbuzz-gdef.h \
|
harfbuzz-gdef.h \
|
||||||
harfbuzz-gpos.h \
|
harfbuzz-gpos.h \
|
||||||
harfbuzz-gsub.h \
|
harfbuzz-gsub.h \
|
||||||
|
@ -44,6 +42,8 @@ libharfbuzz_1_la_LIBADD = \
|
||||||
noinst_PROGRAMS = harfbuzz-dump
|
noinst_PROGRAMS = harfbuzz-dump
|
||||||
|
|
||||||
harfbuzz_dump_SOURCES = \
|
harfbuzz_dump_SOURCES = \
|
||||||
|
harfbuzz-dump.c \
|
||||||
|
harfbuzz-dump.h \
|
||||||
harfbuzz-dump-main.c
|
harfbuzz-dump-main.c
|
||||||
|
|
||||||
harfbuzz_dump_LDADD = \
|
harfbuzz_dump_LDADD = \
|
||||||
|
|
Loading…
Reference in New Issue