mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Replaced INTLLIBS by LIBINTL.
This commit is contained in:
parent
3a498fcc38
commit
23704255af
4 changed files with 14 additions and 6 deletions
|
@ -25,9 +25,9 @@ needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
|
|||
bin_PROGRAMS = gpgsplit
|
||||
noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
|
||||
|
||||
gpgsplit_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@
|
||||
mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@
|
||||
bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @NETLIBS@
|
||||
shmtest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@
|
||||
gpgsplit_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @ZLIBS@
|
||||
mpicalc_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @W32LIBS@
|
||||
bftest_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @NETLIBS@
|
||||
shmtest_LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@
|
||||
|
||||
gpgsplit mpicalc bftest shmtest: $(needed_libs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue