This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with Makefile.am


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 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]