--- deliantra/server/common/Makefile.am 2006/12/09 17:28:37 1.7 +++ deliantra/server/common/Makefile.am 2007/05/24 00:24:10 1.9 @@ -1,9 +1,6 @@ # # Makefile for crossfire 0.95.0 and beyond # -# This file will eventually be replaced by a configure script. But for -# now, this simple makefile should do the job. -# # Copyright (C) 1992 Frank Tore Johansen # Copyright (C) 2001 Mark Wedel # @@ -53,7 +50,8 @@ shstr.C\ time.C\ treasure.C\ - utils.C + utils.C\ + micropather.C EXTRA_DIST = README @@ -63,9 +61,3 @@ -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" AM_LFLAGS = -i -proto: - cproto -e -o ../include/libproto.h.bak $(CPPFLAGS) $(AM_CPPFLAGS) \ - `echo $(SOURCES) loader.C " " | $(AWK) -v RS=" " '/.C$$/ { print }'` - sed -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" -e "/yy_size_t/d" < ../include/libproto.h.bak > ../include/libproto.h - chmod 644 ../include/libproto.h - rm -f ../include/libproto.h.bak