--- deliantra/server/include/Makefile.am 2006/07/02 15:05:15 1.2 +++ deliantra/server/include/Makefile.am 2006/08/28 12:07:13 1.6 @@ -8,7 +8,11 @@ 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 + +EXTRA_DIST = event2inc MAINTAINERCLEANFILES = Makefile.in +eventinc.h: ../doc/events.pod + $(PERL) event2inc $< >$@