--- deliantra/server/include/Makefile.am 2006/09/01 14:14:28 1.11 +++ deliantra/server/include/Makefile.am 2006/12/15 19:59:19 1.22 @@ -3,19 +3,20 @@ commands.h libproto.h sounds.h attack.h \ Makefile.in config.h living.h player.h \ define.h loader.h race.h material.h spells.h \ -arch.h face.h logger.h re-cmp.h sproto.h \ +face.h logger.h sproto.h \ artifact.h funcpoint.h map.h recipe.h treasure.h \ -global.h newclient.h path.h shstr.h tod.h\ -god.h newserver.h quest.h xdir.h \ +global.h client.h path.h shstr.h tod.h \ +god.h network.h \ book.h includes.h object.h skills.h sockproto.h \ -plugin.h timers.h cfperl.h eventinc.h \ -kw_hash.h keyword.h traits.h dynbuf.h +plugin.h cfperl.h eventinc.h attackinc.h \ +kw_hash.h keyword.h traits.h dynbuf.h util.h \ +skillinc.h callback.h -EXTRA_DIST = event2inc +EXTRA_DIST = event2inc preprocess callback.pl MAINTAINERCLEANFILES = Makefile.in stamp.preprocess -eventinc.h: ../doc/events.pod event2inc +eventinc.h: ../pod/events.pod event2inc $(PERL) event2inc $< >$@ keyword.h: stamp.preprocess @@ -23,5 +24,5 @@ kw_hash.h: stamp.preprocess stamp.preprocess: preprocess - $(PERL) preprocess && : > stamp.preprocess + $(PERL) preprocess GPERF '$(GPERF)' && : > stamp.preprocess