diff options
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a8ef08de..70448614 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,8 +3,10 @@ SUBDIRS=doom heretic hexen gamesdir = $(prefix)/games -EXTRA_PROGRAMS = chocolate-hexen -games_PROGRAMS = chocolate-doom chocolate-heretic chocolate-server +games_PROGRAMS = chocolate-doom \ + chocolate-heretic \ + chocolate-hexen \ + chocolate-server AM_CFLAGS = -Idoom -I../textscreen -I../pcsound @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ -Werror |