diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 14:19:35 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 14:19:35 -0600 |
commit | e00549509eb130648473d1f6536d67b7ffac756a (patch) | |
tree | 3f37d370f134d7511e042ea66dac85782133955b /src/Makefile.am | |
parent | a336d1884c1251fa1745d111db5b8084be8a0d38 (diff) | |
download | ayatana-indicator-session-e00549509eb130648473d1f6536d67b7ffac756a.tar.gz ayatana-indicator-session-e00549509eb130648473d1f6536d67b7ffac756a.tar.bz2 ayatana-indicator-session-e00549509eb130648473d1f6536d67b7ffac756a.zip |
Fixing the build system to build the DBus interface better.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 39d360c..bc3c9d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,14 +32,14 @@ indicator_status_service_SOURCES = \ indicator_status_service_CFLAGS = $(STATUSSERVICE_CFLAGS) -Wall -Werror indicator_status_service_LDADD = $(STATUSSERVICE_LIBS) -status-service-client.h: status-service.xml +status-service-client.h: $(srcdir)/status-service.xml dbus-binding-tool \ --prefix=_status_service_client \ --mode=glib-client \ --output=status-service-client.h \ $(srcdir)/status-service.xml -status-service-server.h: status-service.xml +status-service-server.h: $(srcdir)/status-service.xml dbus-binding-tool \ --prefix=_status_service_server \ --mode=glib-server \ @@ -72,3 +72,6 @@ BUILT_SOURCES = \ EXTRA_DIST = \ status-service.xml + +CLEANFILES = \ + $(BUILT_SOURCES) |