[gnome-bluetooth] Rebuild the glue when the bluetooth-agent.[ch] files change



commit 1028700cffd07ff6c7a360e98ec878cb8e659849
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 15 14:36:22 2009 +0100

    Rebuild the glue when the bluetooth-agent.[ch] files change

 lib/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 43a3c14..0a6ecf2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -123,10 +123,10 @@ marshal.h: marshal.list
 marshal.c: marshal.list
 	$(GLIB_GENMARSHAL) --prefix=marshal $< --header --body > $@
 
-bluetooth-client-glue.h: bluetooth-client.xml
+bluetooth-client-glue.h: bluetooth-client.xml bluetooth-agent.h bluetooth-agent.c
 	$(DBUS_BINDING_TOOL) --prefix=bluetooth_client --mode=glib-client --output=$@ $<
 
-bluetooth-agent-glue.h: bluetooth-agent.xml
+bluetooth-agent-glue.h: bluetooth-agent.xml bluetooth-agent.h bluetooth-agent.c
 	$(DBUS_BINDING_TOOL) --prefix=bluetooth_agent --mode=glib-server --output=$@ $<
 
 obex-agent-glue.h: obex-agent.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]