Merge pull request #635 from chungy/automake_bindir
automake: install binaries to ${bindir} not ${exec_prefix}/games
This commit is contained in:
commit
59b322bd84
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
SUBDIRS = doom heretic hexen strife setup
|
||||
|
||||
execgamesdir = ${exec_prefix}/games
|
||||
execgamesdir = ${bindir}
|
||||
|
||||
execgames_PROGRAMS = @PROGRAM_PREFIX@doom \
|
||||
@PROGRAM_PREFIX@heretic \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
gamesdir = $(prefix)/games
|
||||
|
||||
AM_CFLAGS = @SDL_CFLAGS@ \
|
||||
@SDLMIXER_CFLAGS@ \
|
||||
-I$(top_srcdir)/textscreen -I$(top_srcdir)/src
|
||||
|
|
|
|||
Loading…
Reference in a new issue