1
0
Fork 0
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:
Werner Koch 2003-10-25 16:28:15 +00:00
parent 3a498fcc38
commit 23704255af
4 changed files with 14 additions and 6 deletions

View file

@ -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)