summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBradley Smith2008-03-07 18:46:31 +0000
committerBradley Smith2008-03-07 18:46:31 +0000
commit371d4c3202de9fa52ab0ffd0a5726a18e0479a12 (patch)
tree4c299cb10acaf0717215a94a169c987fad87b7c0 /src/Makefile.am
parentAdjust bootstrap script to not autorun configure (diff)
downloadgnurobots-371d4c3202de9fa52ab0ffd0a5726a18e0479a12.tar.gz
Add -pedantic-errors and -Werror flags to compile, and fix code to comply.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 47d7f3b..cab2e16 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,4 +9,3 @@ INCLUDES = $(GLIB2_CFLAGS) $(GUILE_CFLAGS) -I$(top_builddir)/include \
grobots_SOURCES = main.c api.c sign.c map.c grobot.c userinterface.c
grobots_LDFLAGS = $(GLIB2_LIBS) $(GUILE_LDFLAGS) -lltdl
-