Fixed out-of-tree build

This commit is contained in:
Martin Pulec
2015-02-20 10:33:32 +01:00
parent d1af5609ce
commit 170fef4355
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ NVCCFLAGS = @NVCCFLAGS@ -gencode arch=compute_20,code=sm_20 -gencode arch=co
LDFLAGS = @LDFLAGS@
LIBS += @LIBS@ @JACK_TRANS_LIB@ @MATHLIBS@ @COREAUDIO_LIB@ \
-lm -pthread
INC = -Isrc -I$(srcdir) -I$(srcdir)/src -I$(srcdir)/test @DVS_INC@ @DELTACAST_INC@ @QUICKTIME_INC@ @RTSP_INC@ @DECKLINK_INC@ @PORTAUDIO_INC@ \
INC = -Isrc -I$(srcdir) -I$(srcdir)/src -I$(srcdir)/test -Idxt_compress @DVS_INC@ @DELTACAST_INC@ @QUICKTIME_INC@ @RTSP_INC@ @DECKLINK_INC@ @PORTAUDIO_INC@ \
@GL_INC@ @SAGE_INC@ @JACK_TRANS_INC@ @JPEG_INC@ @COREAUDIO_INC@ @SPEEX_INC@ \
@BLUEFISH444_INC@ @CURSES_CFLAGS@ @CUDA_INC@ @AJA_INC@
DECKLINK_PATH = @DECKLINK_PATH@

View File

@@ -8,9 +8,8 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
git submodule update --init ldgm
cd $srcdir
git submodule update --init ldgm
aclocal
autoheader
autoconf