summaryrefslogtreecommitdiffstats
path: root/common/README
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 /common/README
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 'common/README')
-rw-r--r--common/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/README b/common/README
deleted file mode 100644
index 1b0357349..000000000
--- a/common/README
+++ /dev/null
@@ -1,12 +0,0 @@
-TO BUILD EXECUTE:
-
-autoreconf -i
-./configure
-make
-
-If you build first time after getting source use:
-
-autoreconf -i -f
-
-Most information about how to use the interfaces can be found in header files
-and in the unit tests (*_ut.c).