From 1b1f99da1314e9f00d6ba5a6814b412b61a4d90e Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@cvs.gnome.org>
Date: Mon, 7 Aug 2006 20:29:59 +0000
Subject: Use variables here, not configure substitutions.

2006-08-07  Christian Persch  <chpe@cvs.gnome.org>

	* lib/Makefile.am:

	Use variables here, not configure substitutions.
---
 ChangeLog       | 6 ++++++
 lib/Makefile.am | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d3ed957b5..4e1145196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-07  Christian Persch  <chpe@cvs.gnome.org>
+
+	* lib/Makefile.am:
+	
+	Use variables here, not configure substitutions.
+
 2006-08-07  Christian Persch  <chpe@cvs.gnome.org>
 
 	* embed/mozilla/mozilla-notifiers.cpp:
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3299cddbf..950bad27d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = widgets egg
 
 noinst_LTLIBRARIES = libephymisc.la
 
-headerdir = $(prefix)/include/epiphany/@EPIPHANY_MAJOR@/epiphany
+headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany
 header_DATA = \
 	ephy-lib-type-builtins.h	\
 	$(INST_H_FILES)
-- 
cgit