summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 06:48:15 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 06:54:29 -0800
commitafcc8c28aca008dc373b0c031d4fa8e6e1c3a2bc (patch)
treec5eee5b272c83dc044769aa30c8902db5a01ffef
parentd1ff0a073d959d1d18c856eae483589aec423518 (diff)
downloadremix-afcc8c28aca008dc373b0c031d4fa8e6e1c3a2bc.tar.gz
remix-afcc8c28aca008dc373b0c031d4fa8e6e1c3a2bc.tar.bz2
remix-afcc8c28aca008dc373b0c031d4fa8e6e1c3a2bc.zip
fix build issue with undefined ref
-rw-r--r--packaging/remix.spec3
-rw-r--r--src/examples/Makefile.am2
-rw-r--r--src/tests/Makefile.am2
3 files changed, 4 insertions, 3 deletions
diff --git a/packaging/remix.spec b/packaging/remix.spec
index 25453c4..de039e5 100644
--- a/packaging/remix.spec
+++ b/packaging/remix.spec
@@ -7,6 +7,7 @@ Url: http://www.metadecks.org/software/remix/
Group: Libraries/Sound
Source0: %{name}-%{version}.tar.gz
BuildRequires: libsndfile-devel
+BuildRequires: autoconf, automake, libtool
%description
Remix is an audio sequencing and mixing library that provides a multichannel,
@@ -36,7 +37,7 @@ Libraries, include files, etc you can use to develop remix applications.
%setup -q
%build
-%configure
+%reconfigure
make %{?_smp_mflags}
%install
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 2e35840..e044686 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -13,7 +13,7 @@ noinst_PROGRAMS = cd_list_test $(monitor_programs) $(sndfile_programs)
EXTRA_DIST = 909_cl.wav 1052.wav
-REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la -ldl
+REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la ../ctxdata/libctxdata.la -ldl
cd_list_test_SOURCES = cd_list_test.c
cd_list_test_LDADD = ../ctxdata/libctxdata.la
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 30c817a..bf49e0a 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = -Wall -pedantic
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/ctxdata
-REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la -ldl
+REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la ../ctxdata/libctxdata.la -ldl
# Test programs