blob: bfa19538b22a6f4701ba8c9655a853385c817cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
-I$(top_srcdir)/p11-kit \
-DSRCDIR=\"$(srcdir)\"
bin_PROGRAMS = \
p11-kit
p11_kit_SOURCES = \
$(top_srcdir)/common/compat.c \
$(top_srcdir)/common/compat.h \
p11-kit.c
p11_kit_LDADD = \
$(top_builddir)/p11-kit/libp11-kit.la \
$(LTLIBINTL)
|