seahorse r2753 - in trunk: . daemon



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]