Skip to content

Commit 8b5eeea

Browse files
committed
build: resolve link failure on Ubuntu 24
libtool installation order is significant.
1 parent 8da0ccf commit 8b5eeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dist_unit_DATA = system/gromox-delivery.service \
3737
system/gromox-snapshot.service system/gromox-snapshot.timer \
3838
system/gromox-timer.service system/gromox-zcore.service
3939

40-
program_plugins = libgromox_auth.la libgromox_authz.la ${mta_plugins} ${hpm_plugins} ${proc_plugins} ${svc_plugins}
40+
program_plugins = libgxs_mysql_adaptor.la libgromox_auth.la libgromox_authz.la ${mta_plugins} ${hpm_plugins} ${proc_plugins} ${svc_plugins}
4141
mta_plugins = \
4242
libgxm_alias_resolve.la \
4343
libgxm_exmdb_local.la
@@ -53,7 +53,7 @@ svc_plugins = \
5353
libgxs_event_stub.la \
5454
libgxs_midb_agent.la \
5555
libgxs_timer_agent.la \
56-
libgxs_mysql_adaptor.la libgxs_ruleproc.la
56+
libgxs_ruleproc.la
5757
sbin_PROGRAMS = gromox-abktconv gromox-compress gromox-dbop gromox-dscli gromox-e2ghelper gromox-eml2mbox gromox-eml2mt gromox-exm2eml gromox-mailq gromox-mbck gromox-mbop gromox-mbsize gromox-mkmidb gromox-mkprivate gromox-mkpublic gromox-kdb2mt gromox-mt2exm
5858
if HAVE_ESEDB
5959
sbin_PROGRAMS += gromox-edb2mt

0 commit comments

Comments
 (0)