diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-16 16:56:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-16 16:56:59 -0500 |
commit | cef679b677c8cd78f67bc6a9d9933f7234490759 (patch) | |
tree | ccfe659f215473b204e50212617e0c1ca201bc15 /src/Makefile.am | |
parent | 2ba572c4055412bbe6072a8e09bbc94580d50c94 (diff) | |
parent | 8a26b8c15e726e090f7cab7afd366f764f2ab73c (diff) | |
download | libayatana-appindicator-cef679b677c8cd78f67bc6a9d9933f7234490759.tar.gz libayatana-appindicator-cef679b677c8cd78f67bc6a9d9933f7234490759.tar.bz2 libayatana-appindicator-cef679b677c8cd78f67bc6a9d9933f7234490759.zip |
merged from trunk
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ee4b7a7..f101d12 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,14 +107,14 @@ DBUS_SPECS = \ %-client.h: %.xml dbus-binding-tool \ - --prefix=_$(subst -,_,$(<:.xml=))_client \ + --prefix=_$(notdir $(subst -,_,$(<:.xml=)))_client \ --mode=glib-client \ --output=$@ \ $< %-server.h: %.xml dbus-binding-tool \ - --prefix=_$(subst -,_,$(<:.xml=))_server \ + --prefix=_$(notdir $(subst -,_,$(<:.xml=)))_server \ --mode=glib-server \ --output=$@ \ $< |