diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-27 14:53:16 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-27 14:53:16 +0000 |
commit | 8729f8afec25d693cdb8049a4aebb16413e14d11 (patch) | |
tree | e25a17781f34d5e432a3ec4a27ae7f7f1cadf619 /src | |
parent | c3022403b4f805a87fac50a45180634af6d01c71 (diff) | |
download | libtasn1-8729f8afec25d693cdb8049a4aebb16413e14d11.tar.gz libtasn1-8729f8afec25d693cdb8049a4aebb16413e14d11.tar.bz2 libtasn1-8729f8afec25d693cdb8049a4aebb16413e14d11.zip |
Need -Igl, for unistd.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a880a2..6a774bf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -INCLUDES = -I$(top_srcdir)/lib +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 |