summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-02-01 09:56:49 +0100
committerBastien Nocera <hadess@hadess.net>2018-02-05 17:42:49 +0100
commitacdd75f8f1d3802149a34531f19e7dc12595dddf (patch)
tree16052177568b3e990efca833b2121b611f0f5dfb /tests
parentf69e9d8c74a46b700d751ec93cd82a3699d6c497 (diff)
downloadgnome-settings-daemon-acdd75f8f1d3802149a34531f19e7dc12595dddf.tar.gz
build: Remove autotools
To avoid the burden of maintaining multiple build systems, this patch removes autotools support. https://bugzilla.gnome.org/show_bug.cgi?id=793087
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index da78a69d..00000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-noinst_PROGRAMS = shiftkey
-
-shiftkey_SOURCES = shiftkey.c
-shiftkey_CFLAGS = -I$(top_builddir) $(XTEST_CFLAGS)
-shiftkey_LDADD = $(XTEST_LIBS)
-
-EXTRA_DIST = \
- gsdtestcase.py \
- dummy.session \
- dummyapp.desktop \
- $(NULL)