s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate).
[ira/wip.git] / source4 / lib / torture / config.mk
index e981ee0c99b37d9a77f3bf67ca2c5e8e725a2a79..8a7f2a3b6b19f43847e965997487e26b1d65409d 100644 (file)
@@ -5,7 +5,10 @@ PUBLIC_DEPENDENCIES = \
                LIBSAMBA-UTIL \
                LIBTALLOC
 
-PC_FILES += lib/torture/torture.pc
-torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
+torture_VERSION = 0.0.1
+torture_SOVERSION = 0
 
-PUBLIC_HEADERS += lib/torture/torture.h
+PC_FILES += $(libtorturesrcdir)/torture.pc
+torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o subunit.o)
+
+PUBLIC_HEADERS += $(libtorturesrcdir)/torture.h