diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-13 16:15:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-13 16:15:00 +0800 |
commit | cf555d8b85215aeb96d59ce0b92c05bd08e60856 (patch) | |
tree | f36cf08deafb1e802c4e8ce84460f0684dca5cff /src/Makefile.am | |
parent | f81b56d318a334d203e1c491ae577b4659751ef2 (diff) | |
download | gsoc2013-epiphany-cf555d8b85215aeb96d59ce0b92c05bd08e60856.tar.gz 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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |