diff options
| author | Ted Gould <ted@gould.cx> | 2012-01-26 13:50:22 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-01-26 13:50:22 -0600 |
| commit | 8e1916d4a397b766f81f4ac426888971746d0484 (patch) | |
| tree | 9f0f5340ad8b223c5dbea1e0ddf498053ecfbf68 /Makefile.am.enum | |
| parent | 144708e6667818d48e3bbd9403e447079e8a5c56 (diff) | |
| parent | 310990fdddef125e167e6ea28ab84d25110005b2 (diff) | |
| download | libdbusmenu-8e1916d4a397b766f81f4ac426888971746d0484.tar.gz libdbusmenu-8e1916d4a397b766f81f4ac426888971746d0484.tar.bz2 libdbusmenu-8e1916d4a397b766f81f4ac426888971746d0484.zip | |
Update to trunk
Diffstat (limited to 'Makefile.am.enum')
| -rw-r--r-- | Makefile.am.enum | 2 |
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) \ |
