typo fixed

This commit is contained in:
Lev Walkin 2013-03-16 07:15:02 -07:00
parent d8ca7ce6a7
commit 0afe0735d4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ noinst_LTLIBRARIES = libasn1parser.la
libasn1parser_la_LDFLAGS = -all-static
libasn1parser_la_SOURCES = \
asn1parser.c asn1parser.h \
asn1p_y.c asn1cp_y.h asn1p_l.c \
asn1p_y.c asn1p_y.h asn1p_l.c \
asn1p_module.c asn1p_module.h \
asn1p_oid.c asn1p_oid.h \
asn1p_value.c asn1p_value.h \

View File

@ -197,7 +197,7 @@ noinst_LTLIBRARIES = libasn1parser.la
libasn1parser_la_LDFLAGS = -all-static
libasn1parser_la_SOURCES = \
asn1parser.c asn1parser.h \
asn1p_y.c asn1cp_y.h asn1p_l.c \
asn1p_y.c asn1p_y.h asn1p_l.c \
asn1p_module.c asn1p_module.h \
asn1p_oid.c asn1p_oid.h \
asn1p_value.c asn1p_value.h \