diff options
-rw-r--r-- | bus/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am index 7024b8fb..52ec01ac 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -113,7 +113,6 @@ if ENABLE_TESTS TESTS = \ test-matchrule \ test-registry \ - test-stress \ $(NULL) endif @@ -144,22 +143,6 @@ test_matchrule_LDADD = \ $(AM_LDADD) \ $(NULL) -test_stress_SOURCES = \ - test-client.c \ - test-client.h \ - test-stress.c \ - $(NULL) -test_stress_CFLAGS = \ - $(AM_CFLAGS) \ - @GTK2_CFLAGS@ \ - @X11_CFLAGS@ \ - $(NULL) -test_stress_LDADD = \ - $(AM_LDADD) \ - @GTK2_LIBS@ \ - @X11_LIBS@ \ - $(NULL) - EXTRA_DIST = \ $(desktop_in_files) \ marshalers.list \ |