diff options
author | Werner Koch <[email protected]> | 2003-12-08 21:24:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-08 21:24:39 +0000 |
commit | b12834e0e15c1a9c8740f08f402df3dda4f46cf1 (patch) | |
tree | 05bc26c560f0d9fe68f53403c6cef0b351a41de0 /Makefile.am | |
parent | added file we want to keep in the CVS (diff) | |
download | libassuan-b12834e0e15c1a9c8740f08f402df3dda4f46cf1.tar.gz libassuan-b12834e0e15c1a9c8740f08f402df3dda4f46cf1.zip |
* Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.
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 1171b99..bf76397 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = m4 src doc +SUBDIRS = src doc ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = config.rpath config.rpath autogen.sh README.CVS |