Initial checking of what was revision 56 on http://luks.endorphin.org/svn/cryptsetup
[platform/upstream/cryptsetup.git] / src / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)                         \
3         -I$(top_srcdir)/lib                     \
4         -DDATADIR=\""$(datadir)"\"              \
5         -DLOCALEDIR=\""$(datadir)/locale"\"     \
6         -DLIBDIR=\""$(libdir)"\"                \
7         -DPREFIX=\""$(prefix)"\"                \
8         -DSYSCONFDIR=\""$(sysconfdir)"\"        \
9         -DVERSION=\""$(VERSION)"\"              \
10         -D_GNU_SOURCE
11
12 cryptsetup_SOURCES = \
13         cryptsetup.c                            \
14         cryptsetup.h
15
16 cryptsetup_LDADD = \
17         @POPT_LIBS@                             \
18         $(top_srcdir)/lib/libcryptsetup.la
19
20 if STATIC_CRYPTSETUP
21 _STATIC_FLAGS = -all-static
22 endif
23
24 cryptsetup_LDFLAGS = \
25         $(_STATIC_FLAGS) 
26
27 sbin_PROGRAMS=cryptsetup