diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-29 23:24:25 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-29 23:24:25 +0200 |
commit | 46ff8c3d385227b1be60d14ff18714d72f89ca5d (patch) | |
tree | 4c40bd2d2e653d1eabc676c6474fca77ff54d784 /common | |
parent | f91b33e7b87b0447029e9b7593b796c3b9d0d0b0 (diff) |
remove unneeded EXTRA_DIST
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@905 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 3a3b6d3..1120b07 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -22,8 +22,6 @@ noinst_LIBRARIES = libtio.a libprot.a libdict.a AM_CPPFLAGS=-I$(top_srcdir) AM_CFLAGS = -fPIC -EXTRA_DIST = nslcd-prot.h - libtio_a_SOURCES = tio.c tio.h libprot_a_SOURCES = nslcd-prot.c nslcd-prot.h |