summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-01 16:32:36 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-01 16:32:36 +0100
commitff02a73e4fbfb3e2ab566bf05c93779fb4deec52 (patch)
tree60ca16d1a426e63d0fb15731f3a339e39e248ad8 /src
parent409d8d760cb2e18ead63a7276ed3489ceaf096b1 (diff)
downloadlibtasn1-ff02a73e4fbfb3e2ab566bf05c93779fb4deec52.tar.gz
libtasn1-ff02a73e4fbfb3e2ab566bf05c93779fb4deec52.tar.bz2
libtasn1-ff02a73e4fbfb3e2ab566bf05c93779fb4deec52.zip
Fix dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e4919ef..2b26aa1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
-EXTRA_DIST = pkix.asn pkix_asn1_tab.c asn1Coding_test.asn asn1Coding_test.asg
+EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg
LDADD = ../lib/libtasn1.la ../gl/libgnu.la
@@ -31,9 +31,9 @@ asn1Coding_SOURCES = asn1Coding.c
asn1Decoding_SOURCES = asn1Decoding.c
-CertificateExample_SOURCES = CertificateExample.c
+CertificateExample_SOURCES = CertificateExample.c pkix_asn1_tab.c pkix.asn
-CrlExample_SOURCES = CrlExample.c
+CrlExample_SOURCES = CrlExample.c pkix_asn1_tab.c pkix.asn
BUILT_SOURCES = pkix_asn1_tab.c
MAINTAINERCLEANFILES = pkix_asn1_tab.c