diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-18 11:40:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-18 17:18:19 -0700 |
commit | 80274b578899772a6c45682029cbce56ebc1eccb (patch) | |
tree | 264e92a164e03bcf407b36da62b1fc057f2fb162 /Makefile | |
parent | 29b99d4e1a529e95372106e69745f6079d96ff70 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |