--- deliantra/server/include/Makefile.am 2006/08/28 12:07:13 1.6 +++ deliantra/server/include/Makefile.am 2006/08/31 17:54:14 1.10 @@ -8,11 +8,20 @@ global.h newclient.h path.h shstr.h tod.h\ god.h newserver.h quest.h xdir.h \ book.h includes.h object.h skills.h sockproto.h \ -plugin.h timers.h cfperl.h eventinc.h +plugin.h timers.h cfperl.h eventinc.h \ +kw_hash.h keyword.h traits.h dynbuf.h EXTRA_DIST = event2inc MAINTAINERCLEANFILES = Makefile.in -eventinc.h: ../doc/events.pod +eventinc.h: ../doc/events.pod event2inc $(PERL) event2inc $< >$@ + +keyword.h: stamp.preprocess + +kw_hash.h: stamp.preprocess + +stamp.preprocess: preprocess + $(PERL) preprocess && : > stamp.preprocess +