diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-29 01:24:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-29 01:24:18 +0800 |
commit | 29a5720ddb756ba1d0e88c7b4e187ff7a180c034 (patch) | |
tree | 3049aaba89b24a23a99c3d46db0c05dba9b31b15 /embed | |
parent | dde82959e8394ec14aa7431b3b6695e9ed9565f2 (diff) | |
download | gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.gz gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.zst gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.zip |
Version 1.9.
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
* ChangeLog-20050828:
* Makefile.am:
* autogen.sh:
* configure.ac:
* data/Makefile.am:
* data/epiphany-1.10.pc.in:
* data/epiphany-1.8.pc.in:
* doc/reference/Makefile.am:
* embed/Makefile.am:
* embed/mozilla/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* lib/ephy-dbus.c: (session_filter_func), (system_filter_func),
(ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus):
* lib/widgets/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Version 1.9.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/Makefile.am | 4 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 07e23bc68..323217601 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -63,7 +63,7 @@ libephyembed_la_CPPFLAGS = \ libephyembed_la_CFLAGS = \ -I$(MOZILLA_INCLUDE_ROOT)/gtkembedmoz \ -DSHARE_DIR=\"$(pkgdatadir)\" \ - $(EPIPHANY_DEPENDENCY_CFLAGS) \ + $(DEPENDENCIES_CFLAGS) \ $(AM_CFLAGS) libephyembedfactory_la_SOURCES = \ @@ -76,7 +76,7 @@ libephyembedfactory_la_CPPFLAGS = \ $(AM_CPPFLAGS) libephyembedfactory_la_CFLAGS = \ - $(EPIPHANY_DEPENDENCY_CFLAGS) \ + $(DEPENDENCIES_CFLAGS) \ $(AM_CFLAGS) diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 6314ec3ee..ae1585ca2 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -122,7 +122,6 @@ libephymozillaembed_la_CPPFLAGS = \ $(AM_CPPFLAGS) libephymozillaembed_la_CXXFLAGS = \ - $(MOZILLA_COMPONENT_CFLAGS) \ - $(EPIPHANY_DEPENDENCY_CFLAGS) \ + $(GECKO_CFLAGS) \ + $(DEPENDENCIES_CFLAGS) \ $(AM_CXXFLAGS) - |