Drop build time dependency on the static executables. --- a/src/Makefile.in 2018-11-25 20:27:10.691508925 +0100 +++ b/src/Makefile.in 2018-11-25 20:27:43.565631413 +0100 @@ -34,8 +34,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -bin_PROGRAMS = rjungle$(EXEEXT) rjungle_static$(EXEEXT) \ - rjunglesparse$(EXEEXT) rjunglesparse_static$(EXEEXT) +bin_PROGRAMS = rjungle$(EXEEXT) rjunglesparse$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 d class='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/desktop.scm
AgeCommit message (Expand)Author
2022-06-17gnu: tests: Add seatd/greetd based minimal desktop system tests....muradm
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès