aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 14:37:45 -0600
committerTed Gould <ted@canonical.com>2009-08-08 14:37:45 -0600
commitab6b46eca06d506b182dd774efa8d79f172f1e46 (patch)
treef42d3b4c8cfe3efa637691873e743b4bfbfa7ea4 /src/Makefile.am
parent675cfc77c958a5e428a19f00f399d7ea22c53e44 (diff)
parent98aa89267118f82a759acd3a2c873b39b940899c (diff)
downloadayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.tar.gz
ayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.tar.bz2
ayatana-indicator-session-ab6b46eca06d506b182dd774efa8d79f172f1e46.zip
* Clean up build a little bit
* Change internal DBus names
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
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)