mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 14:29:24 +00:00
[cmake] Always put test/api/CMakeLists.txt on distributions
This commit is contained in:
parent
c8f2a4f5b9
commit
e849b8a85b
1 changed files with 2 additions and 1 deletions
|
@ -10,11 +10,12 @@ MAINTAINERCLEANFILES =
|
|||
lib:
|
||||
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
||||
|
||||
EXTRA_DIST += CMakeLists.txt
|
||||
|
||||
if HAVE_GLIB
|
||||
AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_srcdir)/src/ -I$(top_builddir)/src/ $(GLIB_CFLAGS)
|
||||
LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS)
|
||||
|
||||
EXTRA_DIST += CMakeLists.txt
|
||||
EXTRA_DIST += hb-test.h
|
||||
|
||||
check_PROGRAMS = $(TEST_PROGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue