aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-14 10:37:50 -0600
committerTed Gould <ted@gould.cx>2011-01-14 10:37:50 -0600
commit5029c5e4e1419ab525221486f2216621dec281fd (patch)
tree1c3f3f50134f648fb8b9ad47e5fb59294ca00224 /libdbusmenu-glib/Makefile.am
parentbdea6b479fe42197519c98900f726c53b9e8e66f (diff)
parent2461e539704dc3b306c24b5b841be342111a76b9 (diff)
downloadlibdbusmenu-5029c5e4e1419ab525221486f2216621dec281fd.tar.gz
libdbusmenu-5029c5e4e1419ab525221486f2216621dec281fd.tar.bz2
libdbusmenu-5029c5e4e1419ab525221486f2216621dec281fd.zip
* New upstream release.
* Fixing handle event to send unboxed values * Build fixes
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
-rw-r--r--libdbusmenu-glib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am
index 4a65ac0..a1247a3 100644
--- a/libdbusmenu-glib/Makefile.am
+++ b/libdbusmenu-glib/Makefile.am
@@ -56,10 +56,10 @@ pkgconfig_DATA = dbusmenu-glib-0.4.pc
pkgconfigdir = $(libdir)/pkgconfig
%.xml.h: %.xml
- echo "extern const char * $(subst -,_,$(subst .,_,$(basename $@)));" > $@
+ echo "extern const char * $(subst -,_,$(subst .,_,$(basename $(notdir $@))));" > $@
%.xml.c: %.xml
- echo "const char * $(subst -,_,$(subst .,_,$(basename $@))) = " > $@
+ echo "const char * $(subst -,_,$(subst .,_,$(basename $(notdir $@)))) = " > $@
sed -e "s:\":\\\\\":g" -e s:^:\": -e s:\$$:\\\\n\": $< >> $@
echo ";" >> $@