X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=cipher%2Fblowfish%2FMakefile.am;fp=cipher%2Fblowfish%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=5f270cf339535bb2ecf4e76a8bf3d0480baf7bff;hb=50f2afec7e6dab3d809fc1b82820d1069205b69b;hpb=b33c5f6640e63cc4cd35285367bcb2827b732229 diff --git a/cipher/blowfish/Makefile.am b/cipher/blowfish/Makefile.am deleted file mode 100644 index 5f270cf3..00000000 --- a/cipher/blowfish/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -## Process this file with automake to produce Makefile.in - -pkglib_LTLIBRARIES = libblowfish.la - -INCLUDES = -I.. -I$(srcdir) - -libblowfish_la_SOURCES = bf_skey.c bf_ecb.c bf_enc.c bf_cbc.c \ -bf_cfb64.c bf_ofb64.c - -libblowfish_la_LDFLAGS = -version-info 0:1:0 -export-dynamic - -noinst_HEADERS = bf_locl.h blowfish.h bf_pi.h - -EXTRA_DIST = COPYRIGHT README \ No newline at end of file