Fix build without glib, again
This commit is contained in:
parent
d03f818659
commit
2f3e69f3cb
|
@ -50,14 +50,14 @@ HBHEADERS += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
||||||
libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
|
libharfbuzz_la_CPPFLAGS = $(GLIB_CFLAGS)
|
||||||
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
|
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
|
||||||
pkginclude_HEADERS = $(HBHEADERS)
|
pkginclude_HEADERS = $(HBHEADERS)
|
||||||
|
|
||||||
noinst_PROGRAMS = main
|
noinst_PROGRAMS = main
|
||||||
|
|
||||||
main_SOURCES = main.cc
|
main_SOURCES = main.cc
|
||||||
main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
|
main_CPPFLAGS = $(GLIB_CFLAGS)
|
||||||
main_LDADD = libharfbuzz.la $(GLIB_LIBS)
|
main_LDADD = libharfbuzz.la $(GLIB_LIBS)
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
Loading…
Reference in New Issue