- Moved the definition of pkglibdir out of the rogue and

xatrix defines, to avoid an implication error in automake
This commit is contained in:
Jamie Wilkinson 2002-08-14 04:44:56 +00:00
parent 3cf26c3904
commit 8f5786824f
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# $Id$
if DO_ROGUE
pkglibdir=$(libdir)/@PACKAGE@/rogue
if DO_ROGUE
pkglib_LTLIBRARIES = game.la
game_la_SOURCES = dm_ball.c dm_tag.c \
g_ai.c g_chase.c g_cmds.c g_combat.c g_func.c \

View File

@ -1,7 +1,8 @@
# $Id$
if DO_XATRIX
pkglibdir=$(libdir)/@PACKAGE@/xatrix
if DO_XATRIX
pkglib_LTLIBRARIES = game.la
game_la_SOURCES = g_ai.c g_chase.c g_cmds.c g_combat.c g_func.c \
g_items.c g_main.c g_misc.c g_monster.c g_phys.c \