[util] Disable default build of font-view

It's only a demonstration utility after a all and we do not need to incur
the cost of relinking it everytime we modify the main library.
This commit is contained in:
Chris Wilson 2009-06-13 18:31:35 +01:00
parent 0eca1b17b1
commit 37f32f2951

View file

@ -27,7 +27,7 @@ backtrace_symbols_la_LIBADD = -lbfd -liberty
noinst_PROGRAMS =
if HAVE_GTK
noinst_PROGRAMS += font-view
EXTRA_PROGRAMS += font-view
font_view_CFLAGS = $(gtk_CFLAGS)
font_view_LDADD = ../src/libcairo.la $(gtk_LIBS)
endif