diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-01-16 12:31:35 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 15:16:36 +0100 |
commit | 7d25b6efab75cbf9dc0112cfbff806293440a818 (patch) | |
tree | 41af0dd4d9f75f6952c54c5a6f507465e57a056a /Makefile.am | |
parent | b9a248588b10c3f8c96e5bb7a41af9fa8962ed5f (diff) | |
download | libtasn1-7d25b6efab75cbf9dc0112cfbff806293440a818.tar.gz libtasn1-7d25b6efab75cbf9dc0112cfbff806293440a818.tar.bz2 libtasn1-7d25b6efab75cbf9dc0112cfbff806293440a818.zip |
Add gnulib stdint module from gnulib under lib/.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 435e896..765df85 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, 2008 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This file is part of LIBTASN1. # @@ -28,6 +28,6 @@ EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj \ SUBDIRS = gl lib src examples tests doc -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/glm4 EXTRA_DIST += cfg.mk maint.mk .clcopying |