From 93ae69dcd77bc81c3146c2321eb12226cd7704df Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 28 Jan 2010 18:26:00 +0000 Subject: slider event detection hooked up, method also defined on server side but there is a compilation problem which for the life of me i cannot see what i'm doing wrong --- src/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8488e50..916e491 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,13 +29,6 @@ sound-service-client.h: $(srcdir)/sound-service.xml --output=sound-service-client.h \ $(srcdir)/sound-service.xml -sound-service-server.h: $(srcdir)/sound-service.xml - dbus-binding-tool \ - --prefix=_sound_service_server \ - --mode=glib-server \ - --output=sound-service-server.h \ - $(srcdir)/sound-service.xml - sound-service-marshal.h: $(srcdir)/sound-service.list glib-genmarshal --header \ --prefix=_sound_service_marshal $(srcdir)/sound-service.list \ @@ -62,6 +55,13 @@ indicator_sound_service_SOURCES = \ indicator_sound_service_CFLAGS = $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror indicator_sound_service_LDADD = $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) +sound-service-server.h: $(srcdir)/sound-service.xml + dbus-binding-tool \ + --prefix=_sound_service_server \ + --mode=glib-server \ + --output=sound-service-server.h \ + $(srcdir)/sound-service.xml + ############### # Other Stuff ############### -- cgit v1.2.3