make: change make order of SM components

to respect dependencies
This commit is contained in:
Viktor Tarasov 2013-08-02 12:29:55 +02:00
parent f053070e14
commit c4c189fec3
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ SUBDIRS = common scconf pkcs15init libopensc pkcs11 \
tools tests minidriver
if ENABLE_SM
SUBDIRS += smm libsm
SUBDIRS += libsm smm
endif