I have this Makefile.am

bin_PROGRAMS = tower
tower_HEADERS = tower.h objs.h character.h npc.h map.h skill.h cache.h 
attribute.h ui.h \
                sprite.h missile.h tradedlg.h dialogbox.h inv_widget.h Script.h 
player.h \
                world.h tileset.h view.h utils.h  Surface.h xml.h
tower_SOURCES = tower.cpp objs.cpp character.cpp npc.cpp map.cpp skill.cpp 
cache.cpp ui.cpp \
                sprite.cpp missile.cpp tradedlg.cpp dialogbox.cpp \
                inv_widget.cpp Script.cpp ScriptSpeech.cpp CacheItem.cpp  Surface.cpp \
                xml.cpp CacheFactory.h CacheFactory.cpp \
                world.cpp worldfactory.cpp  tileset.cpp view.cpp  player.cpp
tower_LDADD = $(PARAGUI_LIBS)

INCLUDES = $(PARAGUI_CFLAGS)

EXTRA_DIST = bitmps save creatures sprites The-Tower.jpg

It worked fine until a couple of hour ago. Now one of the developers added 
some files and removed 


Reply via email to