diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-20 19:00:53 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-20 19:41:35 +0100 |
commit | 09348af12773d54f2521db262d3f69279ce64e35 (patch) | |
tree | c5f1e6277b32457ccadc952f77ebeec504416c0a /lib/Makefile.am | |
parent | a83a75903e95d1fdf2d2ca24a33f657e835cf534 (diff) | |
download | gnutls-09348af12773d54f2521db262d3f69279ce64e35.tar.gz |
libtasn1 generated files are set in BUILT_SOURCES
Conflicts:
lib/Makefile.am
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 40623aed02..6e7d53117a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,10 @@ ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4 +BUILT_SOURCES = pkix_asn1_tab.c gnutls_asn1_tab.c + SUBDIRS = includes x509 auth ext algorithms extras + if ENABLE_MINITASN1 SUBDIRS += minitasn1 endif @@ -206,7 +209,6 @@ pkix_asn1_tab.c: $(srcdir)/pkix.asn gnutls_asn1_tab.c: $(srcdir)/gnutls.asn -asn1Parser $(srcdir)/gnutls.asn gnutls_asn1_tab.c - libgnutls_xssl_la_LDFLAGS = -no-undefined lib_LTLIBRARIES += libgnutls-xssl.la |