Difference for ./Makefile.am from version 1.5 to 1.6


version 1.5 version 1.6
Line 3
 
Line 3
   CROSSEDIT = crossedit    CROSSEDIT = crossedit
 endif  endif
   
 SUBDIRS = common random_maps socket server include lib utils doc plugin devel $(CROSSEDIT)  SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT)
   
 EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat  EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
   
Line 16
 
Line 16
 proto:  proto:
  (cd common; make proto)   (cd common; make proto)
  (cd server; make proto)   (cd server; make proto)
    (cd plugins; make proto)
  @if [ "X$(NO_X)" != "Xyes" ]; then \   @if [ "X$(NO_X)" != "Xyes" ]; then \
  (cd crossedit; make proto) \   (cd crossedit; make proto) \
  fi   fi


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:52