Difference for lib/Makefile.am from version 1.9 to 1.10


version 1.9 version 1.10
Line 31
 
Line 31
  animations archetypes  bmaps  crossfire.0 \   animations archetypes  bmaps  crossfire.0 \
  crossfire.1 faces attackmess image_info materials   crossfire.1 faces attackmess image_info materials
   
 CONF_FILES = settings motd dm_file forbid ban_file skill_params  \  CONF_FILES = settings motd dm_file forbid ban_file exp_table
  spell_params exp_table   
 VAR_FILES = highscore banish_file bookarch temp.maps clockdata  VAR_FILES = highscore banish_file bookarch temp.maps clockdata
 EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld  EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld
   
Line 131
 
Line 130
  done   done
 # Special case above because the name we install to is different  # Special case above because the name we install to is different
 # than the name of the file  # than the name of the file
    if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
    echo "Creating directory $(pkgdatadir)/$$i"; \
    $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
    fi; \
  $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures   $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
   
   


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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