summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-11 17:28:37 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-11 17:28:37 +0000
commit2e2bcb0a33f2ea7fc9cdc76ff2246036be458974 (patch)
tree8b92cc4fb34372254523e7fa82f231cc788974ae /lib/Makefile.am
parent5c684bff42db5616041d382c1ff44313b15fab71 (diff)
downloadlibtasn1-2e2bcb0a33f2ea7fc9cdc76ff2246036be458974.tar.gz
libtasn1-2e2bcb0a33f2ea7fc9cdc76ff2246036be458974.tar.bz2
libtasn1-2e2bcb0a33f2ea7fc9cdc76ff2246036be458974.zip
Remove errors_int.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6884239..6b12611 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -31,9 +31,9 @@ pkgconfig_DATA = libtasn1.pc
lib_LTLIBRARIES = libtasn1.la
libtasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h defines.h \
- int.h parser_aux.h structure.h errors_int.h element.h ASN1.y \
- decoding.c gstr.c errors.c parser_aux.c structure.c element.c \
- coding.c libtasn1.vers
+ 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
libtasn1_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)