diff options
Diffstat (limited to 'source4/lib/torture/config.mk')
-rw-r--r-- | source4/lib/torture/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk index e981ee0c99..888e285e95 100644 --- a/source4/lib/torture/config.mk +++ b/source4/lib/torture/config.mk @@ -5,6 +5,9 @@ PUBLIC_DEPENDENCIES = \ LIBSAMBA-UTIL \ LIBTALLOC +torture_VERSION = 0.0.1 +torture_SOVERSION = 0 + PC_FILES += lib/torture/torture.pc torture_OBJ_FILES = $(addprefix lib/torture/, torture.o) |