Difference for server/Makefile.am from version 1.3 to 1.4


version 1.3 version 1.4
Line 26
 
Line 26
   
 bin_PROGRAMS = crossfire  bin_PROGRAMS = crossfire
   
 crossfire_SOURCES = \  noinst_LIBRARIES = libserver.a
   crossfire_SOURCES = main.c
   libserver_a_SOURCES = \
  alchemy.c\   alchemy.c\
  apply.c\   apply.c\
  attack.c\   attack.c\
Line 48
 
Line 50
  gods.c\   gods.c\
  init.c\   init.c\
  login.c\   login.c\
  main.c\  
  monster.c\   monster.c\
  move.c\   move.c\
  pets.c\   pets.c\
Line 79
 
Line 80
 LIBDL=  LIBDL=
 crossfire_LDFLAGS=  crossfire_LDFLAGS=
 endif  endif
 crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \  crossfire_LDADD = libserver.a ../common/libcross.a ../random_maps/librandom_map.a \
  ../socket/libsocket.a $(LIBDL)   ../socket/libsocket.a $(LIBDL)
   
 ../common/libcross.a:  ../common/libcross.a:


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:20