summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-13 14:51:16 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-19 11:15:09 -0400
commitad42d90b7e23978b62e36d6885d5fea0a105d6d0 (patch)
tree7b23dda247882020d4af842f4bb53922eafe49bd /configure.ac
parentd317aeeeffca33aa79ae5ce0a5692d54970ffaf6 (diff)
downloadsssd-ad42d90b7e23978b62e36d6885d5fea0a105d6d0.tar.gz
sssd-ad42d90b7e23978b62e36d6885d5fea0a105d6d0.tar.xz
sssd-ad42d90b7e23978b62e36d6885d5fea0a105d6d0.zip
Remove common directory
All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a87cd786..4fabcc729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL
-AC_CONFIG_SUBDIRS([common src])
+AC_CONFIG_SUBDIRS([src])
AC_SUBST([PRERELEASE_VERSION],
PRERELEASE_VERSION_NUMBER)