Add convenience make target "make lib" in src/

pull/81/head
Behdad Esfahbod 10 years ago
parent 31d48dd919
commit 7988da24c5
  1. 3
      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 =

Loading…
Cancel
Save