opensc/src/tools/Makefile.am

12 lines
286 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_tool_SOURCES = opensc-tool.c util.c
noinst_HEADERS = util.h