aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.enum
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-24 07:38:28 -0600
committerTed Gould <ted@gould.cx>2012-01-24 07:38:28 -0600
commit8d18657e839ba4cf8db7b69753a7896bbef49089 (patch)
tree2b325e424d306fc6555e6dae42ea2599fbefafe9 /Makefile.am.enum
parent1da8653f7745fd81acd89ab6422160235264be81 (diff)
parent0845cb4986d649c38e7f9b9784af76539bfb2dea (diff)
downloadlibdbusmenu-8d18657e839ba4cf8db7b69753a7896bbef49089.tar.gz
libdbusmenu-8d18657e839ba4cf8db7b69753a7896bbef49089.tar.bz2
libdbusmenu-8d18657e839ba4cf8db7b69753a7896bbef49089.zip
Update to trunk
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) \