diff options
author | Dmitri Pal <dpal@redhat.com> | 2010-04-05 10:59:33 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-08 08:53:36 -0400 |
commit | 69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86 (patch) | |
tree | 917be1d30693cf1667385e3796ca11ceba97d1e2 /common/Makefile.am | |
parent | 9c124af8868a7d3908c03ec369e28daef17d5f12 (diff) | |
download | sssd-69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86.tar.gz sssd-69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86.tar.xz sssd-69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86.zip |
Adding interface documentation
Package refarray documentation by default
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 0036bae9f..0227ee979 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = trace collection ini dhash path_utils refarray -DOCDIRS = collection ini path_utils +DOCDIRS = collection ini path_utils refarray dist_noinst_DATA = \ m4 |