--- deliantra/server/include/Makefile.am 2006/08/24 13:13:49 1.3 +++ deliantra/server/include/Makefile.am 2006/08/31 09:19:34 1.9 @@ -8,7 +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 +plugin.h timers.h cfperl.h eventinc.h \ +kw_hash.h keyword.h traits.h + +EXTRA_DIST = event2inc MAINTAINERCLEANFILES = Makefile.in +eventinc.h: ../doc/events.pod event2inc + $(PERL) event2inc $< >$@ + +keyword.h: stamp.preprocess + +kw_hash.h: stamp.preprocess + +stamp.preprocess: preprocess + $(PERL) preprocess && : > stamp.preprocess +