From 7415bffa22305a2d339bdc0c79633f0e5796e820 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Mon, 16 Aug 2004 11:38:13 +0000 Subject: -t option and minor changes --- asn1c/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asn1c/Makefile.am') diff --git a/asn1c/Makefile.am b/asn1c/Makefile.am index 2363c189..b9128ae8 100644 --- a/asn1c/Makefile.am +++ b/asn1c/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -I${top_srcdir}/libasn1parser \ -I${top_srcdir}/libasn1print \ -I${top_srcdir}/libasn1fix \ + -I${top_srcdir}/skeletons \ -DDATADIR=\"${pkgdatadir}\" LDADD = \ @@ -15,6 +16,8 @@ LDADD = \ ${top_builddir}/libasn1print/libasn1print.la \ ${top_builddir}/libasn1compiler/libasn1compiler.la +asn1c_SOURCES = asn1c.c decoder.c decoder.h + bin_PROGRAMS = asn1c dist_man1_MANS = asn1c.1 -- cgit v1.2.3