aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.enum
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-30 23:20:48 -0600
committerTed Gould <ted@gould.cx>2012-01-30 23:20:48 -0600
commit9332359a3cad3a5f23e7ff0c4bae14159818d026 (patch)
tree372281b1a4a4c9abe902f2726277df5ddda18027 /Makefile.am.enum
parentf966667e6e1af74f06c65d8cfca78d0b861d5621 (diff)
parent8d7a4ec5cbf30119b0ec553174853556a480228a (diff)
downloadlibdbusmenu-9332359a3cad3a5f23e7ff0c4bae14159818d026.tar.gz
libdbusmenu-9332359a3cad3a5f23e7ff0c4bae14159818d026.tar.bz2
libdbusmenu-9332359a3cad3a5f23e7ff0c4bae14159818d026.zip
Import upstream version 0.5.90
Diffstat (limited to 'Makefile.am.enum')
-rw-r--r--Makefile.am.enum2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.enum b/Makefile.am.enum
index 0503de0..a85061a 100644
--- a/Makefile.am.enum
+++ b/Makefile.am.enum
@@ -35,7 +35,7 @@ stamp-enum-types: $(glib_enum_headers)
$(glib_enum_h): stamp-enum-types
@true
-$(glib_enum_c): $(glib_enum_h)
+$(glib_enum_c): $(builddir)/$(glib_enum_h)
$(QUIET_GEN)mkdir -p `dirname $(builddir)/$(glib_enum_c)`
$(QUIET_GEN)$(GLIB_MKENUMS) \
--template $(srcdir)/$(enum_tmpl_c) \