Merge pull request #635 from chungy/automake_bindir

automake: install binaries to ${bindir} not ${exec_prefix}/games
This commit is contained in:
Simon Howard 2016-04-29 11:08:00 -04:00
commit 59b322bd84
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
SUBDIRS = doom heretic hexen strife setup
execgamesdir = ${exec_prefix}/games
execgamesdir = ${bindir}
execgames_PROGRAMS = @PROGRAM_PREFIX@doom \
@PROGRAM_PREFIX@heretic \

View file

@ -1,6 +1,4 @@
gamesdir = $(prefix)/games
AM_CFLAGS = @SDL_CFLAGS@ \
@SDLMIXER_CFLAGS@ \
-I$(top_srcdir)/textscreen -I$(top_srcdir)/src