diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-22 20:48:29 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:14 +0100 |
commit | b43e4309e694061c6a14b6e2629b870e9302c287 (patch) | |
tree | b9598f5a8b1bf34843673b32ae099f2d56cf379e /test/unit | |
parent | 10b52b1a4a5febb130b655fdc224718cae4e0d98 (diff) |
Remove leftover test LDADD
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index f6242cc2..67095f36 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -28,12 +28,6 @@ EXTRA_DIST = \ containers_SOURCES = containers.cc notsosimplevector_SOURCES = notsosimplevector.cc -hyphenation_LDADD = \ - $(top_builddir)/dw/libDw-widgets.a \ - $(top_builddir)/dw/libDw-fltk.a \ - $(top_builddir)/dw/libDw-core.a \ - $(top_builddir)/lout/liblout.a \ - @LIBFLTK_LIBS@ @LIBX11_LIBS@ identity_SOURCES = identity.cc cookies_SOURCES = cookies.c cookies_LDADD = \ |