Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla
[gecko.git] / extensions / gnomevfs / Makefile.in
blob54c1601b646adba1c6e3234a3d1cfc9dcc42c0d4
1 # vim:set ts=8 sw=8 sts=8 noet:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 MODULE = nkgnomevfs
14 LIBRARY_NAME = nkgnomevfs
15 SHORT_LIBNAME = nkgnomevfs
16 IS_COMPONENT = 1
19 CPPSRCS = \
20 nsGnomeVFSProtocolHandler.cpp \
21 $(NULL)
23 LOCAL_INCLUDES = $(MOZ_GNOMEVFS_CFLAGS)
25 EXTRA_DSO_LDOPTS = \
26 $(XPCOM_GLUE_LDOPTS) \
27 $(NSPR_LIBS) \
28 $(MOZ_GNOMEVFS_LIBS) \
29 $(NULL)
31 # make sure this component is never statically linked into the main
32 # application. this is necessary since we don't want to force users
33 # to install gnome-vfs2 in order to use the rest of mozilla ;-)
34 FORCE_SHARED_LIB= 1
36 include $(topsrcdir)/config/rules.mk