diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-08 04:29:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-08 04:29:59 +0800 |
commit | 1b1f99da1314e9f00d6ba5a6814b412b61a4d90e (patch) | |
tree | 54b03c4f493f50a0daaa5a11ad630b11dfdb0c20 /lib | |
parent | e0560dfc3c391b5b063a37d2974860540785ae73 (diff) | |
download | gsoc2013-epiphany-1b1f99da1314e9f00d6ba5a6814b412b61a4d90e.tar.gz gsoc2013-epiphany-1b1f99da1314e9f00d6ba5a6814b412b61a4d90e.tar.zst gsoc2013-epiphany-1b1f99da1314e9f00d6ba5a6814b412b61a4d90e.zip |
Use variables here, not configure substitutions.
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Use variables here, not configure substitutions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |