X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=cipher%2FMakefile.am;fp=cipher%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=1f7ac2991edd9571ff51c1b36946b2a66e09a4b3;hb=50f2afec7e6dab3d809fc1b82820d1069205b69b;hpb=b33c5f6640e63cc4cd35285367bcb2827b732229 diff --git a/cipher/Makefile.am b/cipher/Makefile.am deleted file mode 100644 index 1f7ac299..00000000 --- a/cipher/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -## Process this file with automake to get Makefile.in - -SUBDIRS = blowfish - -noinst_LTLIBRARIES = libcipher.la - -INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src - -libcipher_la_SOURCES = cipher.c - -libcipher_la_LDFLAGS = - -noinst_HEADERS = cipher.h - -CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""