summaryrefslogtreecommitdiffstats
path: root/common/README
diff options
context:
space:
mode:
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).