summaryrefslogtreecommitdiff
path: root/volk/lib
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2010-12-08 17:00:38 -0500
committerTom Rondeau <trondeau@vt.edu>2010-12-08 17:00:38 -0500
commit1cc88091470dd4654b6936cda92d81841e135209 (patch)
treebbf2b7c4b3fa7746a301146143cef02099d376d6 /volk/lib
parent46d55649012e4fb2838a6f8e9f3c9226ea8b2d50 (diff)
volk: more changes to build system so that VPATH builds properly and project makes distcheck.
Diffstat (limited to 'volk/lib')
-rw-r--r--volk/lib/Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am
index 4ee934e8b2..7e808695f8 100644
--- a/volk/lib/Makefile.am
+++ b/volk/lib/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2008 Free Software Foundation, Inc.
+# Copyright 2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -20,7 +20,9 @@
include $(top_srcdir)/Makefile.common
-AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_CPPFLAGS) $(LV_CXXFLAGS)
+AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_CPPFLAGS) \
+ -I$(top_builddir)/include \
+ $(LV_CXXFLAGS) $(WITH_INCLUDES)
# We build 2 libraries and 1 executable here. One library contains
@@ -46,7 +48,10 @@ lib_LTLIBRARIES = \
libvolk_runtime.la \
libvolk_qa.la
-EXTRA_DIST = volk_mktables.c
+EXTRA_DIST = \
+ volk_mktables.c \
+ volk_rank_archs.h \
+ volk_proccpu_sim.c
# ----------------------------------------------------------------
# The main library