diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:16:13 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:16:13 +0000 |
commit | 4301db6c6941673be002cde6619f58efa8c685af (patch) | |
tree | fb6ec108007d9dde3ca2fd2f602dd4b4132e35df /Makefile.am | |
parent | 3fce48bb23497a0541f5da5a132f5065c185b088 (diff) | |
download | libtasn1-4301db6c6941673be002cde6619f58efa8c685af.tar.gz |
Use progname and version-etc-fsf modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07aaaf0..f1af529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj \ windows/test-parser/test-parser.vcproj \ windows/test-tree/test-tree.vcproj -SUBDIRS = lib src tests doc +SUBDIRS = gl lib src tests doc ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |