[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jan 21 18:34:03 PST 2015


 src/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jan 21 18:33:50 2015 -0800

    Add convenience make target "make lib" in src/

diff --git a/src/Makefile.am b/src/Makefile.am
index 71614a4..c99967f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,6 +13,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
 # The following warning options are useful for debugging: -Wpadded
 #AM_CXXFLAGS =
 
+# Convenience targets:
+lib: libharfbuzz.la
+
 lib_LTLIBRARIES = libharfbuzz.la
 
 HBCFLAGS =


More information about the HarfBuzz mailing list