diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 16:43:49 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 16:43:49 -0500 |
commit | 326b5bf46ccc31ce53355d2cdba88102e8d8ca64 (patch) | |
tree | 6ab08ab7aae36b4a845351111247b95a33c35d64 /libindicator/Makefile.am | |
parent | 3814e3d2d075044d7a77d0e0ccd0989f32f15010 (diff) | |
parent | 1246174af6fb0750bf72455fd3d10f30425562d5 (diff) | |
download | libayatana-indicator-326b5bf46ccc31ce53355d2cdba88102e8d8ca64.tar.gz libayatana-indicator-326b5bf46ccc31ce53355d2cdba88102e8d8ca64.tar.bz2 libayatana-indicator-326b5bf46ccc31ce53355d2cdba88102e8d8ca64.zip |
releasing version 0.3.18-0ubuntu10.3.18-0ubuntu1
Diffstat (limited to 'libindicator/Makefile.am')
-rw-r--r-- | libindicator/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 5c70345..47a902a 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -104,11 +104,11 @@ DBUS_SPECS = \ gen-%.xml.h: %.xml @echo "Building $@ from $<" - @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $<)));" > $@ + @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<))));" > $@ gen-%.xml.c: %.xml @echo "Building $@ from $<" - @echo "const char * _$(subst -,_,$(subst .,_,$(basename $<))) = " > $@ + echo "const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<)))) = " > $@ @sed -e "s:\":\\\\\":g" -e s:^:\": -e s:\$$:\\\\n\": $< >> $@ @echo ";" >> $@ |