r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
[bbaumbach/samba-autobuild/.git] / source4 / lib / tdb / config.mk
index b6595ea2baf962e14f4735d8866e27adb36f654c..82119d04ca6b1891deabf938e8d53a81849ed10c 100644 (file)
@@ -2,13 +2,12 @@
 # Start SUBSYSTEM LIBTDB
 [LIBRARY::LIBTDB]
 VERSION = 0.0.1
-SO_VERSION = 0.0.1
+SO_VERSION = 0
 DESCRIPTION = Trivial Database Library
 OBJ_FILES = \
        common/tdb.o common/dump.o common/io.o common/lock.o \
        common/open.o common/traverse.o common/freelist.o \
        common/error.o common/transaction.o common/tdbutil.o
-NOPROTO=YES
 REQUIRED_SUBSYSTEMS = \
                LIBREPLACE
 PUBLIC_HEADERS = include/tdb.h