17 lines
443 B
Makefile
17 lines
443 B
Makefile
|
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libtncif \
|
|
-I$(top_srcdir)/src/libimcv
|
|
|
|
AM_CFLAGS = -rdynamic
|
|
|
|
imcv_LTLIBRARIES = imv-attestation.la
|
|
|
|
imv_attestation_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
|
$(top_builddir)/src/libstrongswan/libstrongswan.la
|
|
|
|
imv_attestation_la_SOURCES = imv_attestation.c \
|
|
imv_attestation_state.h imv_attestation_state.c
|
|
|
|
imv_attestation_la_LDFLAGS = -module -avoid-version
|
|
|