diff options
author | Ted Gould <ted@gould.cx> | 2011-01-14 11:03:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-14 11:03:09 -0600 |
commit | fde4196562c9c8e1bd0d1eab7fd979770849d643 (patch) | |
tree | ec0044410fc01b30bece032846970a89b83c820f /libindicator/Makefile.am | |
parent | 22a9ca4cf025fed3bedd6aa12643cfe4cacfd524 (diff) | |
parent | ab0f0abc3571f801ffff8c42ad87d1e53d6a8ccf (diff) | |
download | libayatana-indicator-fde4196562c9c8e1bd0d1eab7fd979770849d643.tar.gz libayatana-indicator-fde4196562c9c8e1bd0d1eab7fd979770849d643.tar.bz2 libayatana-indicator-fde4196562c9c8e1bd0d1eab7fd979770849d643.zip |
Import upstream version 0.3.17
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 ";" >> $@ |