summaryrefslogtreecommitdiff
path: root/lib/sqlite
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:29:21 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:29:21 +0000
commit880e1e1521f837149841c7bf5e09a6cc30bffa03 (patch)
tree80b289b73ac0ee7b4bb3439690534d341830d18c /lib/sqlite
parent67fdc06273c2a423e32d6e78f9ae046a7ef3a9db (diff)
downloadnss-hg-880e1e1521f837149841c7bf5e09a6cc30bffa03.tar.gz
Bug 290526 Drop recursive private_exports r=rrelyea
Copying private headers is now simply included in the exports target, as these headers use an extra directory anyway. Differential Revision: https://phabricator.services.mozilla.com/D69021
Diffstat (limited to 'lib/sqlite')
-rw-r--r--lib/sqlite/Makefile2
-rw-r--r--lib/sqlite/manifest.mn6
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/sqlite/Makefile b/lib/sqlite/Makefile
index adae8e0ca..592adb648 100644
--- a/lib/sqlite/Makefile
+++ b/lib/sqlite/Makefile
@@ -47,8 +47,6 @@ include $(CORE_DEPTH)/coreconf/rules.mk
WARNING_CFLAGS = $(NULL)
-export:: private_export
-
ifeq (WINNT,$(OS_ARCH))
# sqlite calls the deprecated GetVersionExA method
OS_CFLAGS += -w44996
diff --git a/lib/sqlite/manifest.mn b/lib/sqlite/manifest.mn
index 022749b6e..be411a6db 100644
--- a/lib/sqlite/manifest.mn
+++ b/lib/sqlite/manifest.mn
@@ -11,20 +11,14 @@ LIBRARY_VERSION = 3
MAPFILE = $(OBJDIR)/sqlite.def
DEFINES += -DSQLITE_THREADSAFE=1
-EXPORTS = \
- $(NULL)
-
PRIVATE_EXPORTS = \
sqlite3.h \
$(NULL)
-
CSRCS = \
sqlite3.c \
$(NULL)
-
-
# only add module debugging in opt builds if DEBUG_PKCS11 is set
ifdef DEBUG_PKCS11
DEFINES += -DDEBUG_MODULE