summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-06 16:36:45 +0000
committerWerner Koch <wk@gnupg.org>2006-09-06 16:36:45 +0000
commita731887cb92df9568c9d1baad20becbab83a8e55 (patch)
tree0191cf9f3389d6109360bcaeb074f69e5a78fdcd /Makefile.am
parent8f03bae28a23027c383bab16d0bf9df78f56d2e6 (diff)
downloadlibassuan-a731887cb92df9568c9d1baad20becbab83a8e55.tar.gz
Changes to support gpg-error style error codes.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ef8170..44ae9a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
-SUBDIRS = src doc
+
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2
EXTRA_DIST = config.rpath config.rpath autogen.sh README.SVN
+SUBDIRS = src doc tests
+