]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need -DASN1_BUILDING for libtasn1.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 May 2009 13:39:05 +0000 (15:39 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 May 2009 13:39:05 +0000 (15:39 +0200)
lib/minitasn1/Makefile.am

index f66f38430ab5679c8e25e2379c10d7b70a62de2d..fcf58316caaf8fec1691dbdadb0e80e6fa853892 100644 (file)
@@ -20,7 +20,7 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA 02110-1301, USA
 
-AM_CPPFLAGS =                          \
+AM_CPPFLAGS = -DASN1_BUILDING          \
        -I$(srcdir)/../gl               \
        -I$(builddir)/../gl             \
        -I$(srcdir)/..