diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-14 20:10:25 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-15 21:52:41 -0700 |
commit | d25de98b7c76ffa2287754623c5f14f969aae80e (patch) | |
tree | 352f0b9eb877de24d437a51bba3307b4cec3a1a5 /Makefile | |
parent | 4c775289a798154ec97b01490c9da7e63ddc320c (diff) | |
download | subsurface-d25de98b7c76ffa2287754623c5f14f969aae80e.tar.gz |
Separate Gtk related code from core logic: statistics
Fairly straight forward, so far just one tiny bit of code restructuring,
everything else separated cleanly.
Added statistics-gtk.c and statistics.h
This should make no difference to functionality.
Cherry-picked from Qt branch; fixed merge issues mostly caused by
dive_tags and Makefile changes.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ LIBS = $(LIBXML2) $(LIBXSLT) $(LIBSQLITE3) $(LIBGTK) $(LIBGCONF2) $(LIBDIVECOMPU MSGLANGS=$(notdir $(wildcard po/*.po)) MSGOBJS=$(addprefix share/locale/,$(MSGLANGS:.po=.UTF-8/LC_MESSAGES/subsurface.mo)) -GTKOBJS = info-gtk.o divelist-gtk.o planner-gtk.o gtk-gui.o +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 \ |