This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Problem with Makefile.am
- From: "Roger D. Vargas" <rogerdv at softhome dot net>
- To: automake at gnu dot org
- Date: Wed, 20 Nov 2002 17:07:23 -0500
- Subject: Problem with Makefile.am
- Organization: FORMATUR Santiago
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