This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new da56f6e2d0 Fix the libloader plugin makefile. (#10149)
da56f6e2d0 is described below

commit da56f6e2d055db23273adcb757ce51550f6bf822
Author: James Peach <jpe...@apache.org>
AuthorDate: Sat Aug 5 12:25:32 2023 +1000

    Fix the libloader plugin makefile. (#10149)
    
    The dangling header name doesn't break the build now, but since automake
    moves statements around, perturbing things by adding a new plugin can
    lead to invalid build rules.
    
    Signed-off-by: James Peach <jpe...@apache.org>
---
 plugins/libloader/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/libloader/Makefile.inc b/plugins/libloader/Makefile.inc
index bc1c9d2afb..bea71ec43d 100644
--- a/plugins/libloader/Makefile.inc
+++ b/plugins/libloader/Makefile.inc
@@ -17,5 +17,5 @@
 pkglib_LTLIBRARIES += libloader/libloader.la
 
 libloader_libloader_la_SOURCES = \
-       libloader/libloader.c
+       libloader/libloader.c \
        libloader/libloader.h

Reply via email to