diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 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: Simply CallGetService to get the pref branch. 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) |