summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-01-26 13:32:47 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2016-01-26 13:32:47 +0000
commit02800033d45aad9ae7ebfe4b47c94828ea4b1b4a (patch)
tree2ead0c55deb142d11c8b1f5fad416dd804067092 /demos
parent9267f73c5597e287a6f0872cfd1038a9951bed09 (diff)
downloadgtk+-02800033d45aad9ae7ebfe4b47c94828ea4b1b4a.tar.gz
build: Missing build flags
The compiler and linker flags variables were renamed in the previous commit.
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/gtk-demo/Makefile.am b/demos/gtk-demo/Makefile.am
index 60e4e13d39..efd06b22cf 100644
--- a/demos/gtk-demo/Makefile.am
+++ b/demos/gtk-demo/Makefile.am
@@ -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