diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-06-24 15:14:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-24 15:14:07 -0700 |
commit | 48ba01b807cc993e5689abe2ff781d31deb4c91a (patch) | |
tree | cfd486fc31e70dbe1c55198e0000515af5fecec5 /Makefile | |
parent | f3b04a88dffcda6cbe10be81d5c9613e0ab00c37 (diff) | |
download | subsurface-48ba01b807cc993e5689abe2ff781d31deb4c91a.tar.gz |
Enable downloads from the UEMIS Zurich
This behaves somewhat differently from the Gtk version - still needs
more investigation. But at least now it's hooked in.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ SOURCES = \ sha1.c \ statistics.c \ time.c \ + uemis.c \ + uemis-downloader.c \ libdivecomputer.c \ qt-gui.cpp \ qthelper.cpp \ |