projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ccc77
)
Fix build again
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 8 Aug 2011 22:46:18 +0000
(
00:46
+0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 8 Aug 2011 22:46:18 +0000
(
00:46
+0200)
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index 9e22b1f58aa78c89ddc8b420710188b7764d3c77..07f3ccf475a70c9c56f01c8208d7d9885e0b318a 100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-58,6
+58,9
@@
endif
if HAVE_FREETYPE
test_object_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
test_object_LDADD = $(LDADD) $(FREETYPE_LIBS)
+else
+test_object_CPPFLAGS = $(AM_CPPFLAGS)
+test_object_LDADD = $(LDADD)
endif