Commit 13ac2de
committed
Build autls for direct src test checks
With TLS enabled, format_event_test links against the internal autls libtool archive. A direct make -C src/test check bypasses the top-level SUBDIRS traversal that normally visits autls before src/test, so make can see the link dependency but has no rule to build it when the archive is missing.
Add a TLS-only rule in src/test/Makefile.am for the autls archive. The rule recurses into the configured autls build directory and builds libautls.la, preserving the existing top-level order while making the direct src/test check able to satisfy this dependency itself.1 parent 26b5dce commit 13ac2de
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
0 commit comments