diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-01 11:56:27 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-01 11:56:27 +0100 |
commit | d5a6c73d9e02d0745a456f5a5eb121e03051b349 (patch) | |
tree | c195ae292f90cac5782820b45eabf6a5bc8bc90e /Makefile.am | |
parent | b2bcc5fc8e9c2aea25f1209a550328b71c242776 (diff) | |
download | libtasn1-d5a6c73d9e02d0745a456f5a5eb121e03051b349.tar.gz libtasn1-d5a6c73d9e02d0745a456f5a5eb121e03051b349.tar.bz2 libtasn1-d5a6c73d9e02d0745a456f5a5eb121e03051b349.zip |
Added intprops
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c84b629..854dbdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,6 @@ SUBDIRS = gl lib src examples tests doc ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/glm4 EXTRA_DIST += cfg.mk maint.mk .clcopying + +gnulib-update: + gnulib-tool --add-import --dir=. --lib=libgnu --source-base=lib/gllib --m4-base=lib/glm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=lgl --no-vc-files |