c0e6e0d33de01e3cf948fd24901515e9b5c4c5c0
[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)/\""