diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 14:26:08 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 14:26:08 +0200 |
commit | bc4eacb5d89ca8dca123e2d6bd6eba47ed93b771 (patch) | |
tree | 9e45c3a7fb78c43d046f3828acbaee969a2bdea2 /source4 | |
parent | acb037fb1beaa0227c6b4e386d7a06b8191ec565 (diff) | |
download | samba-bc4eacb5d89ca8dca123e2d6bd6eba47ed93b771.tar.gz samba-bc4eacb5d89ca8dca123e2d6bd6eba47ed93b771.tar.bz2 samba-bc4eacb5d89ca8dca123e2d6bd6eba47ed93b771.zip |
Fix case.
(This used to be commit a90971ea0c43ce3b42b95aef5973139576b51959)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/torture/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk index 15c64786c5..638f0d940c 100644 --- a/source4/lib/torture/config.mk +++ b/source4/lib/torture/config.mk @@ -5,8 +5,8 @@ PUBLIC_DEPENDENCIES = \ LIBSAMBA-UTIL \ LIBTALLOC -TORTURE_VERSION = 0.0.1 -TORTURE_SO_VERSION = 0 +torture_VERSION = 0.0.1 +torture_SO_VERSION = 0 PC_FILES += lib/torture/torture.pc torture_OBJ_FILES = $(addprefix lib/torture/, torture.o) |