提交 1f0ceeb8 编写于 作者: B Behdad Esfahbod

Install library

上级 5932f8f7
......@@ -135,7 +135,7 @@ version_check autoconf AUTOCONF $AUTOCONF $autoconf_min_vers \
#
# Hunt for an appropriate version of automake and aclocal; we can't
# assume that 'automake' is necessarily the most recent installed version
#
#
# We check automake first to allow it to be a newer version than we know about.
#
version_check automake AUTOMAKE "$AUTOMAKE automake automake-1.10 automake-1.9 automake-1.8 automake-1.7" $automake_min_vers \
......
......@@ -5,7 +5,7 @@ NULL =
# The following warning options are useful for debugging: -Wpadded -Wcast-align
#AM_CXXFLAGS =
noinst_LTLIBRARIES = libharfbuzz.la
lib_LTLIBRARIES = libharfbuzz.la
HBSOURCES = \
hb-blob.c \
......@@ -46,6 +46,7 @@ HBHEADERS = \
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
pkginclude_HEADERS = $(HBHEADERS)
noinst_PROGRAMS = main
......@@ -53,6 +54,4 @@ main_SOURCES = main.cc
main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
main_LDADD = libharfbuzz.la $(GLIB_LIBS)
EXTRA_DIST = README COPYING
-include $(top_srcdir)/git.mk
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册