opensc/src/tools/Makefile.am

14 lines
351 B
Makefile
Raw Normal View History

# Process this file with automake to create Makefile.in
INCLUDES = -I../libopensc
LDFLAGS = @LDFLAGS@ \
../libopensc/libopensc.la
bin_PROGRAMS = opensc-crypt opensc-tool
opensc_crypt_SOURCES = opensc-crypt.c util.c
opensc_crypt_LDADD = @GETOPTSRC@
opensc_tool_SOURCES = opensc-tool.c util.c
opensc_tool_LDADD = @GETOPTSRC@
noinst_HEADERS = util.h