summaryrefslogtreecommitdiff
path: root/dbd/NWGNUdbdsqli3
diff options
context:
space:
mode:
Diffstat (limited to 'dbd/NWGNUdbdsqli3')
-rw-r--r--dbd/NWGNUdbdsqli34
1 files changed, 1 insertions, 3 deletions
diff --git a/dbd/NWGNUdbdsqli3 b/dbd/NWGNUdbdsqli3
index d5468bce3..ed52a2486 100644
--- a/dbd/NWGNUdbdsqli3
+++ b/dbd/NWGNUdbdsqli3
@@ -60,11 +60,9 @@ XDEFINES += \
XLFLAGS += \
$(EOLIST)
-ifdef LINK_STATIC
XLFLAGS += \
-l $(SQLITE3SDK) \
$(EOLIST)
-endif
#
# These values will be appended to the correct variables based on the value of
@@ -246,7 +244,7 @@ FILES_nlm_Ximports = \
ifneq ($(LINK_STATIC),1)
FILES_nlm_Ximports += \
- @$(SQLITE3_IMP) \
+ @$(notdir $(SQLITE3_IMP)) \
$(EOLIST)
endif