Updating HEAD branch #1; removing obsolete files.
[tinc] / cipher / Makefile.am
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
deleted file mode 100644 (file)
index 1f7ac29..0000000
+++ /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)/\""