--- deliantra/server/include/Makefile.am 2007/05/28 21:07:07 1.28 +++ deliantra/server/include/Makefile.am 2007/05/28 21:15:55 1.29 @@ -35,17 +35,17 @@ kw_hash.h keyword.h traits.h dynbuf.h util.h \ skillinc.h callback.h micropather.h plugin_common.h -EXTRA_DIST = event2inc preprocess callback.pl +EXTRA_DIST = event2inc genkeywords callback.pl -MAINTAINERCLEANFILES = Makefile.in stamp.preprocess +MAINTAINERCLEANFILES = Makefile.in stamp.genkeywords eventinc.h: ../pod/events.pod event2inc $(PERL) $(srcdir)/event2inc $< >$@ -keyword.h: stamp.preprocess +keyword.h: stamp.genkeywords -kw_hash.h: stamp.preprocess +kw_hash.h: stamp.genkeywords -stamp.preprocess: preprocess - $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess +stamp.genkeywords: genkeywords + $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords