From bbe446734eae190b2fc42bdf0f9a131ce99d8de4 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sat, 8 Mar 2008 23:16:59 +0000 Subject: Change binary name to gnurobots. Signed-off-by: Bradley Smith --- .gitignore | 2 +- src/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 41df9b2..aa3633b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,6 @@ config.log config.status configure libtool -src/grobots +src/gnurobots stamp-h1 *~ diff --git a/src/Makefile.am b/src/Makefile.am index cab2e16..36751cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = grobots +bin_PROGRAMS = gnurobots INCLUDES = $(GLIB2_CFLAGS) $(GUILE_CFLAGS) -I$(top_builddir)/include \ -DPKGLIBDIR=\"$(pkglibdir)\" \ @@ -7,5 +7,5 @@ INCLUDES = $(GLIB2_CFLAGS) $(GUILE_CFLAGS) -I$(top_builddir)/include \ -DMAPS_PATH=\"$(mapsdir)\" \ -DSCRIPTS_PATH=\"$(schemedir)\" -grobots_SOURCES = main.c api.c sign.c map.c grobot.c userinterface.c -grobots_LDFLAGS = $(GLIB2_LIBS) $(GUILE_LDFLAGS) -lltdl +gnurobots_SOURCES = main.c api.c sign.c map.c grobot.c userinterface.c +gnurobots_LDFLAGS = $(GLIB2_LIBS) $(GUILE_LDFLAGS) -lltdl -- cgit v1.1