Revision ae3252a4f5e08a72fdc030370d03ac0166078911 authored by Karl Tomlinson on 21 May 2014, 13:26:48 UTC, committed by Karl Tomlinson on 21 May 2014, 13:26:48 UTC
1 parent ccd0b54
Raw File
nsprincl.sh.in
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Include in shell scripts to define NSPR variables

NSPR_VERSION=@NSPR_VERSION@
NSPR_LIB=-lnspr$NSPR_VERSION
NSPR_EXTRA_LIBS="@EXTRA_LIBS@"
back to top