summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-06-21 22:34:19 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-06-21 22:34:33 +0000
commit590aeec46809ec9a9cefc51b4958854dd8805ebf (patch)
tree22494770666b7eaf79f45d498777005143122668
parent71be107be29ccef5e5140ff424168a6a976ee5d0 (diff)
downloadliberasurecode-590aeec46809ec9a9cefc51b4958854dd8805ebf.tar.gz
Add get_flags_from_cpuid.c to dist
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 03aedbf..c18622e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Top-level liberasurecode automake configuration
SUBDIRS = src test doc
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh get_flags_from_cpuid.c
INCLUDE = -I$(abs_top_builddir)/include \
-I$(abs_top_builddir)/include/erasurecode \