diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-23 14:38:50 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-23 14:38:50 +0000 |
commit | e7f4a31e0a4da050f2a4ff282e4832412a5d4f00 (patch) | |
tree | 51328c13075a8457e8f005a3ab225e051eb96235 /lib/Makefile.am | |
parent | e848d50225e222e158fd3a15b316fdad30a6b9f7 (diff) | |
download | libtasn1-e7f4a31e0a4da050f2a4ff282e4832412a5d4f00.tar.gz libtasn1-e7f4a31e0a4da050f2a4ff282e4832412a5d4f00.tar.bz2 libtasn1-e7f4a31e0a4da050f2a4ff282e4832412a5d4f00.zip |
Remove der.h.
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 |