--- deliantra/server/include/Makefile.am 2007/02/15 18:09:34 1.23 +++ deliantra/server/include/Makefile.am 2007/03/05 20:07:04 1.25 @@ -10,19 +10,19 @@ book.h includes.h object.h skills.h sockproto.h \ plugin.h cfperl.h eventinc.h attackinc.h \ kw_hash.h keyword.h traits.h dynbuf.h util.h \ -skillinc.h callback.h +skillinc.h callback.h plugin_common.h EXTRA_DIST = event2inc preprocess callback.pl MAINTAINERCLEANFILES = Makefile.in stamp.preprocess eventinc.h: ../pod/events.pod event2inc - $(PERL) event2inc $< >$@ + $(PERL) $(srcdir)/event2inc $< >$@ keyword.h: stamp.preprocess kw_hash.h: stamp.preprocess stamp.preprocess: preprocess - $(PERL) preprocess GPERF '$(GPERF)' && : > stamp.preprocess + $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess