X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2FMakefile.ad;h=596ac7a5e5207d734b2cb3510bcfca7573a21b3b;hp=0d1aa46b69a6fe0a47e81b1a170f4762a89af32f;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776 diff --git a/lib/silccrypt/Makefile.ad b/lib/silccrypt/Makefile.ad index 0d1aa46b..596ac7a5 100644 --- a/lib/silccrypt/Makefile.ad +++ b/lib/silccrypt/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2007 Pekka Riikonen +# Copyright (C) 2000 - 2008 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,16 +53,8 @@ libsilccrypt_la_SOURCES = \ silcpkcs1.c \ silcpk.c -if SILC_LIBTOOLFIX -# Tell libtool to compile silccrypt as shared since silcsim will need it. -LTFLAGS = --libtool-enable-shared -else -LTFLAGS = -endif - -CFLAGS = $(LTFLAGS) @SILC_CRYPTO_CFLAGS@ +CFLAGS = @SILC_CRYPTO_CFLAGS@ -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ silccrypto.h \ silccipher.h \ @@ -76,7 +68,6 @@ include_HEADERS = \ silcpk.h SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT SUFFIXES = .asm