summaryrefslogtreecommitdiff
path: root/source4/lib/torture/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/torture/config.mk')
-rw-r--r--source4/lib/torture/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk
new file mode 100644
index 0000000000..638f0d940c
--- /dev/null
+++ b/source4/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_SO_VERSION = 0
+
+PC_FILES += lib/torture/torture.pc
+torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
+
+PUBLIC_HEADERS += lib/torture/torture.h