--- deliantra/server/socket/Makefile.am 2006/02/03 07:14:43 1.1 +++ deliantra/server/socket/Makefile.am 2006/12/15 20:08:45 1.6 @@ -21,22 +21,23 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# The author can be reached via e-mail to crossfire-devel@real-time.com +# The author can be reached via e-mail to crossfire@schmorp.de noinst_LIBRARIES = libsocket.a libsocket_a_SOURCES = \ - image.c \ - info.c \ - init.c \ - item.c\ - loop.c \ - lowlevel.c\ - metaserver.c\ - request.c\ - sounds.c + image.C \ + info.C \ + init.C \ + item.C\ + loop.C \ + lowlevel.C\ + request.C\ + sounds.C EXTRA_DIST = README +MAINTAINERCLEANFILES = Makefile.in + AM_CPPFLAGS = -I$(top_srcdir)/include proto: