hx509: fix dependency, hxtool requires ASN.1 headers

This commit is contained in:
Luke Howard
2018-12-24 02:21:32 +00:00
parent 329918bd67
commit 572a6fd7ac

View File

@@ -164,7 +164,7 @@ hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
dist_hxtool_SOURCES = hxtool.c
nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
$(hxtool_OBJECTS): hxtool-commands.h hx509_err.h
$(hxtool_OBJECTS): hxtool-commands.h $(nodist_include_HEADERS)
hxtool_LDADD = \
libhx509.la \