seahorse r2753 - in trunk: . daemon
- From: tkaroonb svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2753 - in trunk: . daemon
- Date: Tue, 3 Feb 2009 14:43:33 +0000 (UTC)
Author: tkaroonb
Date: Tue Feb 3 14:43:33 2009
New Revision: 2753
URL: http://svn.gnome.org/viewvc/seahorse?rev=2753&view=rev
Log:
2009-02-03 Theppitak Karoonboonyanan <thep linux thai net>
* daemon/Makefile.am: Remove excessive $(srcdir) in rules, fixing
non-source-dir build error. Fixes bug #570330.
Modified:
trunk/ChangeLog
trunk/daemon/Makefile.am
Modified: trunk/daemon/Makefile.am
==============================================================================
--- trunk/daemon/Makefile.am (original)
+++ trunk/daemon/Makefile.am Tue Feb 3 14:43:33 2009
@@ -90,11 +90,11 @@
# DBUS binding files
seahorse-service-bindings.h: seahorse-service.xml
- dbus-binding-tool --prefix=seahorse_service --mode=glib-server --output=$@ $(srcdir)/$<
+ dbus-binding-tool --prefix=seahorse_service --mode=glib-server --output=$@ $<
seahorse-service-keyset-bindings.h: seahorse-service-keyset.xml
- dbus-binding-tool --prefix=seahorse_service_keyset --mode=glib-server --output=$@ $(srcdir)/$<
+ dbus-binding-tool --prefix=seahorse_service_keyset --mode=glib-server --output=$@ $<
seahorse-service-crypto-bindings.h: seahorse-service-crypto.xml
- dbus-binding-tool --prefix=seahorse_service_crypto --mode=glib-server --output=$@ $(srcdir)/$<
+ dbus-binding-tool --prefix=seahorse_service_crypto --mode=glib-server --output=$@ $<
# Dbus service file
servicedir = $(datadir)/dbus-1/services/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]