mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 15:22:16 +00:00
- Moved the definition of pkglibdir out of the rogue and
xatrix defines, to avoid an implication error in automake
This commit is contained in:
parent
3cf26c3904
commit
8f5786824f
2 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue