diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-07 09:08:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-07 09:08:49 -0700 |
commit | 387dbe510f14ac5590075544431bbedf1e44fb2f (patch) | |
tree | a20b4b7fd4686e5bdb060d015580ea70fa31478c /Makefile | |
parent | eba62d3cf138854625ec95b75bdd55a35e5217a0 (diff) | |
parent | 07c08eafac3eccc9b7360011fd9a19904160351c (diff) | |
download | subsurface-387dbe510f14ac5590075544431bbedf1e44fb2f.tar.gz |
Merge branch 'cleanup-from-Qt-branch' of github.com:henrik242/subsurface
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)) -OBJS = main.o dive.o time.o profile.o info.o equipment.o divelist.o deco.o planner.o \ +OBJS = main.o dive.o time.o profile.o info.o equipment.o divelist.o divelist-gtk.o deco.o planner.o \ parse-xml.o save-xml.o libdivecomputer.o print.o uemis.o uemis-downloader.o \ gtk-gui.o statistics.o file.o cochran.o device.o download-dialog.o prefs.o \ webservice.o sha1.o $(GPSOBJ) $(OSSUPPORT).o $(RESFILE) |