summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-11 20:07:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-11 22:02:35 -0700
commitb90ea68fd126e555122b25aa567555f9f7035078 (patch)
treeb0206e55c0516116f6ded4d0c011d5b4552e36c1 /Makefile
parentf5ef74202b8295400e5f26d1fa80b90223f822da (diff)
downloadsubsurface-b90ea68fd126e555122b25aa567555f9f7035078.tar.gz
Disable non-functional Cochran code
There's no point in compiling this into the binary. It does not work. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 374de8a90..5745e948f 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ GTKOBJS = info-gtk.o divelist-gtk.o planner-gtk.o statistics-gtk.o gtk-gui.o
OBJS = main.o dive.o time.o profile.o info.o equipment.o divelist.o deco.o planner.o \
parse-xml.o save-xml.o libdivecomputer.o print.o uemis.o uemis-downloader.o \
- statistics.o file.o cochran.o device.o download-dialog.o prefs.o \
+ statistics.o file.o device.o download-dialog.o prefs.o \
webservice.o sha1.o $(GPSOBJ) $(OSSUPPORT).o $(RESFILE) $(GTKOBJS)
DEPS = $(wildcard .dep/*.dep)