diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 02:25:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 02:25:16 +0200 |
commit | 08baea013b73607df0c86f24506912c7e6af6f7e (patch) | |
tree | 2552f5cc7b5e547ebcc9dc09d4085a344ad1d3e0 /source4/torture | |
parent | b62d7aa8eb2da784186b8cd903775dd12c3f34f7 (diff) | |
download | samba-08baea013b73607df0c86f24506912c7e6af6f7e.tar.gz samba-08baea013b73607df0c86f24506912c7e6af6f7e.tar.bz2 samba-08baea013b73607df0c86f24506912c7e6af6f7e.zip |
Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables directly instead.
(This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index dc2b1c5c5e..e6c54022c2 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -1,8 +1,5 @@ # TORTURE subsystem [LIBRARY::torture] -SO_VERSION = 0 -VERSION = 0.0.1 -PC_FILE = torture.pc PRIVATE_PROTO_HEADER = proto.h PUBLIC_DEPENDENCIES = \ LIBSAMBA-HOSTCONFIG \ @@ -10,7 +7,7 @@ PUBLIC_DEPENDENCIES = \ LIBTALLOC \ LIBPOPT - +PC_FILES += torture/torture.pc torture_OBJ_FILES = $(addprefix torture/, torture.o ui.o) PUBLIC_HEADERS += torture/torture.h torture/ui.h @@ -19,7 +16,7 @@ PUBLIC_HEADERS += torture/torture.h torture/ui.h PRIVATE_DEPENDENCIES = LIBCLI_RAW LIBPYTHON smbcalls PROVISION PUBLIC_DEPENDENCIES = POPT_CREDENTIALS -TORTURE_UTIL_OBJ_FILES = torture/util_smb.o +TORTURE_UTIL_OBJ_FILES = $(addprefix torture/, util_smb.o) ################################# # Start SUBSYSTEM TORTURE_BASIC |