Fix typo.
This commit is contained in:
parent
ef1f481752
commit
5c9bd37995
|
@ -1,7 +1,8 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
$(FREETYPE_CFLAGS)
|
$(FREETYPE_CFLAGS) \
|
||||||
|
-I $(srcdir)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libharfbuzz-1.la
|
noinst_LTLIBRARIES = libharfbuzz-1.la
|
||||||
|
|
||||||
|
@ -58,4 +59,4 @@ EXTRA_DIST = \
|
||||||
COPYING.FTL \
|
COPYING.FTL \
|
||||||
COPYING.GPL \
|
COPYING.GPL \
|
||||||
COPYING \
|
COPYING \
|
||||||
$(INCLUDED_SOURCES)
|
$(INCLUDEDSOURCES)
|
||||||
|
|
Loading…
Reference in New Issue