summaryrefslogtreecommitdiff
path: root/lib/torture/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/torture/config.mk')
-rw-r--r--lib/torture/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/torture/config.mk b/lib/torture/config.mk
new file mode 100644
index 0000000000..8a7f2a3b6b
--- /dev/null
+++ b/lib/torture/config.mk
@@ -0,0 +1,14 @@
+# TORTURE subsystem
+[LIBRARY::torture]
+PUBLIC_DEPENDENCIES = \
+ LIBSAMBA-HOSTCONFIG \
+ LIBSAMBA-UTIL \
+ LIBTALLOC
+
+torture_VERSION = 0.0.1
+torture_SOVERSION = 0
+
+PC_FILES += $(libtorturesrcdir)/torture.pc
+torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o subunit.o)
+
+PUBLIC_HEADERS += $(libtorturesrcdir)/torture.h