diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> + * src/Makefile.am: + + Fix some white space issues to keep make and emacs happy + +2006-01-03 Crispin Flowerday <gnome@flowerday.cx> + * src/ephy-dbus.c (ephy_dbus_connect_to_session_bus) Fix the arguments to the dbus_connection_set_exit_on_disconnect call diff --git a/src/Makefile.am b/src/Makefile.am index 6033b6e5f..4d76bd68b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -137,7 +137,7 @@ libpyphany_la_SOURCES = \ ephy-python-extension.h \ ephy-python-loader.c \ ephy-python-loader.h - + nodist_libpyphany_la_SOURCES = \ $(BUILT_PYPHANY_SOURCE) @@ -287,7 +287,7 @@ ephy-dbus-server-bindings.h: $(top_srcdir)/data/epiphany-service.xml Makefile $(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-server $< > xgen-$(@F) \ && ( cmp -s xgen-$(@F) $(@F) || cp xgen-$(@F) $(@F) ) \ && rm -f xgen-$(@F) - + ephy-dbus-client-bindings.h: $(top_srcdir)/data/epiphany-service.xml Makefile $(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-client $< > xgen-$(@F) \ && ( cmp -s xgen-$(@F) $(@F) || cp xgen-$(@F) $(@F) ) \ @@ -480,8 +480,8 @@ endif dist-check-python-binding: if !ENABLE_PYTHON - @echo "Python bindings must be enabled in order to make dist!" - @false + @echo "Python bindings must be enabled in order to make dist!" + @false endif dist-hook: dist-check-python-binding |