Link with OpenSSL crypto libraries instead of own blowfish library
[tinc] / cipher / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 noinst_LTLIBRARIES = libcipher.la
4
5 INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src
6
7 libcipher_la_SOURCES = cipher.c
8
9 libcipher_la_LDFLAGS =
10
11 noinst_HEADERS = cipher.h
12
13 CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""