build: Missing build flags

The compiler and linker flags variables were renamed in the previous
commit.
This commit is contained in:
Emmanuele Bassi
2016-01-26 13:32:47 +00:00
parent 9267f73c55
commit 02800033d4

View File

@ -101,8 +101,8 @@ LDADDS = \
-lm
if BUILD_FONT_DEMO
AM_CPPFLAGS += $(HARFBUZZ_CFLAGS)
LDADDS += $(HARFBUZZ_LIBS)
AM_CPPFLAGS += $(FONTDEMO_CFLAGS)
LDADDS += $(FONTDEMO_LIBS)
endif
bin_PROGRAMS = gtk3-demo gtk3-demo-application