diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-08 04:02:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-08 04:02:32 +0800 |
commit | 810da373110c52cdafe9738ba8777e09e75b6ce2 (patch) | |
tree | fda6d6052654103023958af3513b36e00e8e1ff6 /src/Makefile.am | |
parent | 930f7e9074820af5068a38954c4dd5756ac8e671 (diff) | |
download | gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.gz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.bz2 gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.lz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.xz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.zst gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.zip |
Version 1.7.0.
2005-03-07 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/Makefile.am:
* data/epiphany-1.6.pc.in:
* data/epiphany-1.8.pc.in:
* doc/reference/tmpl/ephy-embed.sgml:
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Version 1.7.0.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a9375ff11..19be85917 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ idl_flags = -I$(LIBBONOBO_IDL) -I$(BONOBO_ACTIVATION_IDL) $(CORBA_SOURCE): $(idls) $(ORBIT_IDL) $(ORBIT_IDL) $(idl_flags) $(idls) -headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany +headerdir = $(prefix)/include/epiphany/@EPIPHANY_MAJOR@/epiphany header_DATA = \ ephy-type-builtins.h \ $(INST_H_FILES) @@ -102,8 +102,8 @@ libephymain_la_CPPFLAGS = \ -I$(top_srcdir)/lib/egg \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/src/bookmarks \ - -DEXTENSIONS_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/extensions"\" \ - -DLOADER_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/loaders"\" \ + -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/extensions"\" \ + -DLOADER_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/loaders"\" \ -DDATADIR=\""$(datadir)"\" \ $(AM_CPPFLAGS) |