summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--configure.in2
-rw-r--r--examples/CertificateExample.c (renamed from src/CertificateExample.c)0
-rw-r--r--examples/CrlExample.c (renamed from src/CrlExample.c)0
-rw-r--r--examples/asn1Coding_test.asg (renamed from src/asn1Coding_test.asg)0
-rw-r--r--examples/asn1Coding_test.asn (renamed from src/asn1Coding_test.asn)0
-rw-r--r--examples/pkix.asn (renamed from src/pkix.asn)0
-rw-r--r--src/Makefile.am13
8 files changed, 3 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index 2380dc5..a7e5b53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
#
# This file is part of LIBTASN1.
#
@@ -26,7 +26,7 @@ EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj \
windows/test-parser/test-parser.vcproj \
windows/test-tree/test-tree.vcproj
-SUBDIRS = gl lib src tests doc
+SUBDIRS = gl lib src examples tests doc
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
diff --git a/configure.in b/configure.in
index 32df5c0..a8f5c07 100644
--- a/configure.in
+++ b/configure.in
@@ -135,5 +135,5 @@ fi
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile lib/Makefile \
gl/Makefile lib/libtasn1.pc lib/libtasn1-config doc/Makefile \
- doc/reference/Makefile])
+ doc/reference/Makefile examples/Makefile])
AC_OUTPUT
diff --git a/src/CertificateExample.c b/examples/CertificateExample.c
index d96b9d5..d96b9d5 100644
--- a/src/CertificateExample.c
+++ b/examples/CertificateExample.c
diff --git a/src/CrlExample.c b/examples/CrlExample.c
index 80c30bb..80c30bb 100644
--- a/src/CrlExample.c
+++ b/examples/CrlExample.c
diff --git a/src/asn1Coding_test.asg b/examples/asn1Coding_test.asg
index b0f9495..b0f9495 100644
--- a/src/asn1Coding_test.asg
+++ b/examples/asn1Coding_test.asg
diff --git a/src/asn1Coding_test.asn b/examples/asn1Coding_test.asn
index 2189ee5..2189ee5 100644
--- a/src/asn1Coding_test.asn
+++ b/examples/asn1Coding_test.asn
diff --git a/src/pkix.asn b/examples/pkix.asn
index 183345e..183345e 100644
--- a/src/pkix.asn
+++ b/examples/pkix.asn
diff --git a/src/Makefile.am b/src/Makefile.am
index 2b26aa1..0c849f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,25 +18,12 @@
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
-EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg
-
LDADD = ../lib/libtasn1.la ../gl/libgnu.la
bin_PROGRAMS = asn1Parser asn1Coding asn1Decoding
-noinst_PROGRAMS = CertificateExample CrlExample
asn1Parser_SOURCES = asn1Parser.c
asn1Coding_SOURCES = asn1Coding.c
asn1Decoding_SOURCES = asn1Decoding.c
-
-CertificateExample_SOURCES = CertificateExample.c pkix_asn1_tab.c pkix.asn
-
-CrlExample_SOURCES = CrlExample.c pkix_asn1_tab.c pkix.asn
-
-BUILT_SOURCES = pkix_asn1_tab.c
-MAINTAINERCLEANFILES = pkix_asn1_tab.c
-
-pkix_asn1_tab.c: asn1Parser $(srcdir)/pkix.asn
- -./asn1Parser -o $@ $(srcdir)/pkix.asn