blob: 36e31df30a7bf48ee8abdbe7f9084fdd4bf77e39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src.orig/Makefile.in 2012-12-21 14:56:49.000000000 -0500
+++ src/Makefile.in 2013-01-03 21:15:59.000000000 -0500
@@ -199,8 +199,8 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-execgamesdir = $(prefix)/games
-AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/games/robotfindskitten\"
+execgamesdir = $(prefix)/bin
+AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/robotfindskitten\"
robotfindskitten_SOURCES = robotfindskitten.c
SPLINT_SUPPRESSIONS = +charintliteral +charindex
all: all-am
|