aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-09-13 16:15:00 +0800
committerXan Lopez <xan@gnome.org>2009-09-13 16:15:00 +0800
commitcf555d8b85215aeb96d59ce0b92c05bd08e60856 (patch)
treef36cf08deafb1e802c4e8ce84460f0684dca5cff /src
parentf81b56d318a334d203e1c491ae577b4659751ef2 (diff)
downloadgsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.gz
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.bz2
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.lz
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.xz
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.zst
gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.zip
Make the g-ir-scanner rule depend only on the header files
If we depend on the binary epiphany file we'll rebuild things much more than needed.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a9dcc0d6..df99d39f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -314,7 +314,7 @@ EPHY_GIR_H_FILES = \
$(top_srcdir)/src/ephy-window.h \
$(NULL)
-Epiphany-$(EPIPHANY_API_VERSION).gir: epiphany $(G_IR_SCANNER)
+Epiphany-$(EPIPHANY_API_VERSION).gir: $(G_IR_SCANNER) $(EPHY_GIR_H_FILES)
$(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \
$(G_IR_SCANNER) -v \
--namespace Epiphany \