From e566532e0f8a93bfa0595e112f170a61a022206b Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Wed, 7 Nov 2007 22:53:43 +0000 Subject: Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes bug #310811 svn path=/trunk/; revision=7648 --- src/Makefile.am | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit