libp11: include also p11_err.h when InstallDev
authorYousong Zhou <yszhou4tech@gmail.com>
Fri, 8 Dec 2017 03:08:17 +0000 (11:08 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Fri, 8 Dec 2017 03:09:28 +0000 (11:09 +0800)
commit3ac581298344c92da16cfa2d2c15e054494bcef3
treeca39bf99ae12f748d0cd578eca87e029e9b67146
parentda435aaf9491e0c64a05a6e52ac2d98f547f283e
libp11: include also p11_err.h when InstallDev

Fix the following compilation error

    In file included from openconnect-internal.h:95:0,
     from ssl.c:41:
    /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h: At top level:
    /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h:27:21: fatal error: p11_err.h: No such file or directory
    compilation terminated.
    make[5]: *** [libopenconnect_la-ssl.lo] Error 1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
libs/libp11/Makefile