Skip to content

Commit

Permalink
build: reorder lib_LTLIBRARIES
Browse files Browse the repository at this point in the history
.la files need to be ordered properly, otherwise `make install` can fail.
  • Loading branch information
jengelh committed Sep 25, 2024
1 parent 5802ffb commit d912990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
AM_DISTCHECK_CONFIGURE_FLAGS = --with-dcprefix='$${prefix}'
AM_TESTS_ENVIRONMENT = export TEST_PATH=${top_srcdir}/data;

lib_LTLIBRARIES = libgromox_auth.la libgromox_authz.la libgromox_common.la libgromox_dbop.la libgromox_email.la libgromox_epoll.la libgromox_mapi.la libgromox_exrpc.la libgromox_rpc.la ${program_plugins}
lib_LTLIBRARIES = libgromox_common.la libgromox_dbop.la libgromox_email.la libgromox_epoll.la libgromox_mapi.la libgromox_exrpc.la libgromox_rpc.la ${program_plugins}
noinst_LTLIBRARIES = libphp_mapi.la
pkglibexec_PROGRAMS = cgkrepair delivery delivery-queue event gromox-snapshot http imap midb pop3 timer zcore tools/eidprint
pkglib_LTLIBRARIES = libmapi4zf.la
Expand Down Expand Up @@ -40,7 +40,7 @@ dist_unit_DATA = system/gromox-delivery.service \
system/gromox-snapshot.service system/gromox-snapshot.timer \
system/gromox-timer.service system/gromox-zcore.service

program_plugins = ${mta_plugins} ${hpm_plugins} ${proc_plugins} ${svc_plugins}
program_plugins = libgromox_auth.la libgromox_authz.la ${mta_plugins} ${hpm_plugins} ${proc_plugins} ${svc_plugins}
mta_plugins = \
libgxm_alias_resolve.la \
libgxm_exmdb_local.la
Expand Down

0 comments on commit d912990

Please sign in to comment.