shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/examples Makefile.am


From: shishi-commit
Subject: shishi/examples Makefile.am
Date: Tue, 14 Oct 2003 19:11:41 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/10/14 19:11:41

Modified files:
        examples       : Makefile.am 

Log message:
        Remove LIBIDN_LIBS.
        Fix libtool -l usage.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/examples/Makefile.am.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: shishi/examples/Makefile.am
diff -u shishi/examples/Makefile.am:1.4 shishi/examples/Makefile.am:1.5
--- shishi/examples/Makefile.am:1.4     Tue Sep  9 15:14:44 2003
+++ shishi/examples/Makefile.am Tue Oct 14 19:11:41 2003
@@ -19,9 +19,8 @@
 # Boston, MA 02111-1307, USA.
 
 INCLUDES = -I$(top_srcdir)/gl -I../lib
-LDADD = @LIBGCRYPT_LIBS@ @CRYPTO_LIBS@ @LIBIDN_LIBS@ \
-       @LTLIBINTL@ -L../gl -lfoo @LIBTASN1_LIBS@ @LIBGNUTLS_LIBS@ \
-       -L../lib -lshishi
+LDADD = @LIBGCRYPT_LIBS@ @CRYPTO_LIBS@ @LIBTASN1_LIBS@ @LIBGNUTLS_LIBS@ \
+       ../lib/libshishi.la ../gl/libfoo.la
 
 noinst_PROGRAMS = client client-cksum client-safe client-priv \
        server




reply via email to

[Prev in Thread] Current Thread [Next in Thread]