parent
81a4b9fd4e
commit
61eb60c129
|
@ -137,7 +137,8 @@ HBSOURCES += hb-uniscribe.cc hb-uniscribe-private.hh
|
||||||
HBHEADERS += hb-uniscribe.h
|
HBHEADERS += hb-uniscribe.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CXXLINK = $(LINK)
|
# Use a C linker, not C++; Don't link to libstdc++
|
||||||
|
libharfbuzz_la_LINK = $(LINK) $(libharfbuzz_la_LDFLAGS)
|
||||||
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
||||||
nodist_libharfbuzz_la_SOURCES = $(nodist_HBSOURCES)
|
nodist_libharfbuzz_la_SOURCES = $(nodist_HBSOURCES)
|
||||||
libharfbuzz_la_CPPFLAGS = $(HBCFLAGS)
|
libharfbuzz_la_CPPFLAGS = $(HBCFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue