Propagate CFLAGS from configure to gcc.
[tinc] / cipher / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 SUBDIRS = blowfish
4
5 noinst_LTLIBRARIES = libcipher.la
6
7 INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/src
8
9 libcipher_la_SOURCES = cipher.c
10
11 libcipher_la_LDFLAGS =
12
13 noinst_HEADERS = cipher.h
14
15 CFLAGS = @CFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)/\""