summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-13 14:22:02 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-13 14:22:02 -0500
commitb650d5cab9f84832653fe7d1941217226594749c (patch)
treecef4696d8393ea624c06fc5c29b417f4f48ff6ea /Makefile.am
parent158176012c353755671aa4ed132e0a2763477c28 (diff)
downloadgpsd-b650d5cab9f84832653fe7d1941217226594749c.tar.gz
Eliminate RAW_ENABLE, it's no longer needed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d7cfa6d9..c1b279e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -648,7 +648,7 @@ xmllint: $(XML)
# Use deheader to remove headers not required. If the statistics line
# ends with other than '0 removed' there's work to be done.
-ENABLES = -DDEBUG -DPPS_ENABLE -DRAW_ENABLE
+ENABLES = -DDEBUG -DPPS_ENABLE
NOHEADCHECK = -x 'cpp' -x 'contrib' -x 'gpspacket.c' -x 'gpsclient.c' -x 'monitor_proto.c'
deheader:
make --quiet clean $(BUILT_SOURCES)