diff options
Diffstat (limited to 'db2/Makefile')
-rw-r--r-- | db2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db2/Makefile b/db2/Makefile index 02f1b30..fb25bb6 100644 --- a/db2/Makefile +++ b/db2/Makefile @@ -53,6 +53,7 @@ vpath %.c $(subdir-dirs) extra-libs := libdb extra-libs-others := $(extra-libs) +extra-objs = getlong.o libdb-routines := bt_close bt_compare bt_conv bt_cursor bt_delete \ bt_open bt_page bt_put bt_rec bt_recno bt_rsearch bt_search \ |