Fix buildsytem to always include config.h.
[platform/upstream/cryptsetup.git] / lib / tcrypt / Makefile.am
1 moduledir = $(libdir)/cryptsetup
2
3 noinst_LTLIBRARIES = libtcrypt.la
4
5 libtcrypt_la_CFLAGS = -Wall $(AM_CFLAGS) @CRYPTO_CFLAGS@
6
7 libtcrypt_la_SOURCES = \
8         tcrypt.c \
9         tcrypt.h
10
11 AM_CPPFLAGS = -include config.h \
12         -I$(top_srcdir)/lib                     \
13         -I$(top_srcdir)/lib/crypto_backend
14