From b3c95293c34bd9836397c725e61ea20a1e07dbe5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 28 Apr 2008 02:20:45 +0000 Subject: [PATCH] g-ir-scanner is a script, not a program. 2008-04-27 Johan Dahlin * tools/Makefile.am (bin_SCRIPTS): g-ir-scanner is a script, not a program. svn path=/trunk/; revision=240 --- ChangeLog | 3 +++ tools/Makefile.am | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f75859a..52fbdca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-27 Johan Dahlin + * tools/Makefile.am (bin_SCRIPTS): g-ir-scanner is a script, + not a program. + * giscanner/xmlwriter.py: * tests/parser/Foo-expected.gir: Include indentation in line length calculation diff --git a/tools/Makefile.am b/tools/Makefile.am index f5f654a..dd4d959 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -6,7 +6,8 @@ INCLUDES = \ -I$(top_srcdir)/giscanner noinst_LTLIBRARIES = libgirepository-parser.la -bin_PROGRAMS = g-idl-compiler g-idl-generate g-idl-scanner g-ir-scanner +bin_PROGRAMS = g-idl-compiler g-idl-generate g-idl-scanner +bin_SCRIPTS = g-ir-scanner libgirepository_parser_la_SOURCES = \ gidlmodule.c \ @@ -38,8 +39,6 @@ g_idl_scanner_LDADD = \ $(top_builddir)/giscanner/libgiscanner.la \ libgirepository-parser.la -g_ir_scanner_SOURCES = - GCOVSOURCES = \ $(libgirepository_la_SOURCES) \ $(g_idl_compiler_SOURCES) \ -- 2.7.4