aboutsummaryrefslogtreecommitdiff
path: root/libindicator/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-14 11:05:06 -0600
committerTed Gould <ted@gould.cx>2011-01-14 11:05:06 -0600
commitb5161b9e6e3226053aa21929afad36c09822e689 (patch)
treeb751d16a799c1080de06ce08c56b7c174ec08342 /libindicator/Makefile.in
parentb988044563fb4bec82d9d11d88a851f874f7b1ad (diff)
parentfde4196562c9c8e1bd0d1eab7fd979770849d643 (diff)
downloadlibayatana-indicator-b5161b9e6e3226053aa21929afad36c09822e689.tar.gz
libayatana-indicator-b5161b9e6e3226053aa21929afad36c09822e689.tar.bz2
libayatana-indicator-b5161b9e6e3226053aa21929afad36c09822e689.zip
* New upstream release.
* Fixing catching services dropping off
Diffstat (limited to 'libindicator/Makefile.in')
-rw-r--r--libindicator/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/Makefile.in b/libindicator/Makefile.in
index cfbeb09..78b19ad 100644
--- a/libindicator/Makefile.in
+++ b/libindicator/Makefile.in
@@ -932,11 +932,11 @@ s-enum-types-c: $(indicator_headers)
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 ";" >> $@