summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-05-18 11:40:53 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-18 17:18:19 -0700
commit80274b578899772a6c45682029cbce56ebc1eccb (patch)
tree264e92a164e03bcf407b36da62b1fc057f2fb162 /Makefile
parent29b99d4e1a529e95372106e69745f6079d96ff70 (diff)
downloadsubsurface-80274b578899772a6c45682029cbce56ebc1eccb.tar.gz
Add a variable for the Marble library name
I need that for a Marble installed somewhere other than the linker's default search path. Signed-off-by: Thiago Macieira <thiago@macieira.org> 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 afcb274c7..495223195 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ else
endif
LIBS = $(LIBQT) $(LIBXML2) $(LIBXSLT) $(LIBSQLITE3) $(LIBGCONF2) $(LIBDIVECOMPUTER) \
- $(EXTRALIBS) $(LIBZIP) -lpthread -lm $(LIBOSMGPSMAP) $(LIBSOUP) $(LIBWINSOCK) -lmarblewidget
+ $(EXTRALIBS) $(LIBZIP) -lpthread -lm $(LIBOSMGPSMAP) $(LIBSOUP) $(LIBWINSOCK) $(MARBLELIBS)
MSGLANGS=$(notdir $(wildcard po/*.po))