--- deliantra/server/include/Makefile.am 2006/02/03 07:12:47 1.1 +++ deliantra/server/include/Makefile.am 2006/08/31 06:23:19 1.8 @@ -8,5 +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 +plugin.h timers.h cfperl.h eventinc.h \ +kw_hash.h keyword.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