automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with Makefile.am


From: Roger D. Vargas
Subject: Problem with Makefile.am
Date: Wed, 20 Nov 2002 17:07:23 -0500
User-agent: KMail/1.4.3

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

[Prev in Thread] Current Thread [Next in Thread]