diff options
author | Cyril Brulebois <cyrilbois@src.gnome.org> | 2007-11-08 06:53:43 +0800 |
---|---|---|
committer | Cyril Brulebois <cyrilbois@src.gnome.org> | 2007-11-08 06:53:43 +0800 |
commit | e566532e0f8a93bfa0595e112f170a61a022206b (patch) | |
tree | 72095d5ee8774aee185e8fe04d89d4abf95a3bfa | |
parent | 04b24174b60f26d6c358945d3de12d668af1a6f7 (diff) | |
download | gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar.gz gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar.bz2 gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar.lz gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar.xz gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.tar.zst gsoc2013-epiphany-e566532e0f8a93bfa0595e112f170a61a022206b.zip |
Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes bug #310811
svn path=/trunk/; revision=7648
-rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 60431e334..faa763f39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -268,11 +268,11 @@ epiphany_LDADD += \ pydefsdir = $(datadir)/pygtk/2.0/defs pydefs_DATA = epiphany.defs +endif EXTRA_DIST += \ - epiphany.override \ - $(pydefs_DATA) -endif + epiphany.defs \ + epiphany.override if ENABLE_NETWORK_MANAGER epiphany_LDADD += \ @@ -536,11 +536,3 @@ check-python-binding: #check-local: check-python-binding endif - -dist-check-python-binding: -if !ENABLE_PYTHON - @echo "Python bindings must be enabled in order to make dist!" - @false -endif - -dist-hook: dist-check-python-binding |