diff options
author | Ted Gould <ted@gould.cx> | 2011-06-10 14:28:37 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-10 14:28:37 -0500 |
commit | 29fe1a919a1dbfb9252671f234fbcde475d43031 (patch) | |
tree | 22164d0a1ca3f68803a3897839d1d7ce12df825c /src/Makefile.am | |
parent | 9b9d8e12052e8df83f544287f2105d14f996a6ce (diff) | |
parent | 6eb44e9133dc234ce48cf27454575a3cebf0376d (diff) | |
download | ayatana-indicator-session-29fe1a919a1dbfb9252671f234fbcde475d43031.tar.gz ayatana-indicator-session-29fe1a919a1dbfb9252671f234fbcde475d43031.tar.bz2 ayatana-indicator-session-29fe1a919a1dbfb9252671f234fbcde475d43031.zip |
GTK3 Support
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 4fa43b9..0317de7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,13 +69,13 @@ users-service-marshal.c: $(srcdir)/users-service.list 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 ";" >> $@ gen-%.xml.h: %.xml @echo "Building $@ from $<" - @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $<)));" > $@ + @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<))));" > $@ ################# # Session Stuff |