Add missing deps for st-enum-types.h

st-enum-types.h needs to be regenerated when the St header files
change.
This commit is contained in:
Owen W. Taylor 2010-12-06 17:29:53 -05:00
parent 563951b789
commit ff77994204

View File

@ -47,7 +47,7 @@ st-marshal.c: Makefile st/st-marshal.list
st-enum-types.h: stamp-st-enum-types.h Makefile
@true
stamp-st-enum-types.h: $(source_h) st/st-enum-types.h.in
stamp-st-enum-types.h: $(source_h) st/st-enum-types.h.in $(st_source_h)
$(AM_V_GEN) ( cd $(srcdir) && \
$(GLIB_MKENUMS) \
--template st/st-enum-types.h.in \