diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2016-08-22 11:23:44 +0900 |
---|---|---|
committer | Youngbok Shin <youngb.shin@samsung.com> | 2016-08-22 11:23:44 +0900 |
commit | e684182ac634596bace621b0e84dfc98d2bc82c5 (patch) | |
tree | e6ce432188d6fe2b0b4bee6ddad34e7977c26a44 /test/Makefile.am | |
parent | 087e8c5d58be057cb77192932cd7fa8f7aacf1a5 (diff) | |
download | harfbuzz-e684182ac634596bace621b0e84dfc98d2bc82c5.tar.gz harfbuzz-e684182ac634596bace621b0e84dfc98d2bc82c5.tar.bz2 harfbuzz-e684182ac634596bace621b0e84dfc98d2bc82c5.zip |
Revert "Imported Upstream version 1.2.7"
This reverts commit 087e8c5d58be057cb77192932cd7fa8f7aacf1a5.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ec77822..16a3cd2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,9 +1,5 @@ # Process this file with automake to produce Makefile.in -SUBDIRS = api shaping fuzzing - -# Convenience targets: -lib: - @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib +SUBDIRS = api shaping -include $(top_srcdir)/git.mk |