diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f44be73..591b949 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -34,7 +34,7 @@ pkgconfig_DATA = libtasn1.pc lib_LTLIBRARIES = libtasn1.la -libtasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h defines.h \ +libtasn1_la_SOURCES = libtasn1.h mem.h gstr.h errors.h defines.h \ int.h parser_aux.h structure.h element.h ASN1.y decoding.c \ gstr.c errors.c parser_aux.c structure.c element.c coding.c \ libtasn1.vers |