summaryrefslogtreecommitdiff
path: root/lib/minitasn1/Makefile.am
blob: dc7a31e4323744d857d42da750af77c123a37fff (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../../gl

noinst_LTLIBRARIES = libminitasn1.la

libminitasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h int.h	\
        parser_aux.h structure.h errors_int.h element.h decoding.c	\
        gstr.c errors.c parser_aux.c structure.c element.c coding.c

EXTRA_DIST = README