summaryrefslogtreecommitdiff
path: root/orc-test
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-20 00:22:51 +0100
committerSebastian Dröge <slomo@coaxion.net>2019-09-08 08:20:05 +0000
commit00dc4a44a71e7519035196a47fdd45ae460e6dd1 (patch)
treeca522d46d5ff4ddda7fdb5f0233e266807f72928 /orc-test
parent86f9b46cfb7a802bce23f6fe987214e81cde89e9 (diff)
downloadorc-00dc4a44a71e7519035196a47fdd45ae460e6dd1.tar.gz
Drop support for Autotools as build system
Diffstat (limited to 'orc-test')
-rw-r--r--orc-test/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/orc-test/Makefile.am b/orc-test/Makefile.am
deleted file mode 100644
index 78554cf..0000000
--- a/orc-test/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-
-pkgincludedir = $(includedir)/orc-@ORC_MAJORMINOR@/orc-test
-
-lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la
-
-liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS)
-liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = $(ORC_LDFLAGS)
-liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
- -DBUILDING_ORC_TEST \
- -DORC_ENABLE_UNSTABLE_API
-
-liborc_test_@ORC_MAJORMINOR@_la_SOURCES = \
- orctest.c \
- orcarray.c \
- orcrandom.c \
- orcprofile.c
-
-pkginclude_HEADERS = \
- orctest.h \
- orcarray.h \
- orcrandom.h \
- orcprofile.h
-