glib/demo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb38a0c71434413f2728109c73278de1b8a58571 Author: Carlos Garcia Campos <[email protected]> Date: Sun Oct 17 12:52:01 2010 +0200 [glib-demo] Make glib demo program installable It's a useful tool for testing and debugging not only for people who install from sources. diff --git a/glib/demo/Makefile.am b/glib/demo/Makefile.am index cf9e991..28fc22d 100644 --- a/glib/demo/Makefile.am +++ b/glib/demo/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = \ AM_LDFLAGS = @auto_import_flags@ if BUILD_GTK_TEST -noinst_PROGRAMS = poppler-glib-demo +bin_PROGRAMS = poppler-glib-demo endif poppler_glib_demo_SOURCES = \ _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
