Skip to content

Commit fa83245

Browse files
committed
build: delete some unused variables from Makefile.am
1 parent f2377b4 commit fa83245

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Makefile.am

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,13 @@ dist_unit_DATA = system/gromox-cleaner.service system/gromox-cleaner.timer \
3636
system/gromox-snapshot.service system/gromox-snapshot.timer \
3737
system/gromox-timer.service system/gromox-zcore.service
3838

39-
program_plugins = libgxs_mysql_adaptor.la libgromox_auth.la libgromox_authz.la ${mta_plugins} ${hpm_plugins} ${proc_plugins} ${svc_plugins}
40-
mta_plugins = \
39+
program_plugins = libgxs_mysql_adaptor.la libgromox_auth.la libgromox_authz.la \
4140
libgxm_alias_resolve.la \
42-
libgxm_exmdb_local.la
43-
hpm_plugins = \
44-
libgxh_ews.la libgxh_mh_emsmdb.la libgxh_mh_nsp.la libgxh_oab.la libgxh_oxdisco.la
45-
proc_plugins = \
41+
libgxm_exmdb_local.la \
42+
libgxh_ews.la libgxh_mh_emsmdb.la libgxh_mh_nsp.la libgxh_oab.la libgxh_oxdisco.la \
4643
libgxp_exchange_emsmdb.la \
4744
libgxp_exchange_nsp.la \
48-
libgxp_exchange_rfr.la
49-
svc_plugins = \
45+
libgxp_exchange_rfr.la \
5046
libgxs_exmdb_provider.la \
5147
libgxs_event_proxy.la \
5248
libgxs_event_stub.la \

0 commit comments

Comments
 (0)