Skip to content

Commit 8b839cb

Browse files
committed
Update makefile for Gist on raspbian.
1 parent 3e50e86 commit 8b839cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lantern-server/lantern/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ srcfiles += ../lib/Gist/src/fft/WindowFunctions.cpp
1111
srcfiles += $(shell find ../lib/Gist/src/mfcc -name "*.cpp")
1212
srcfiles += $(shell find ../lib/Gist/src/onset-detection-functions -name "*.cpp")
1313
srcfiles += $(shell find ../lib/Gist/src/pitch -name "*.cpp")
14-
srcfiles += $(shell find ../lib/Gist/src -name "*.cpp")
14+
srcfiles += ../lib/Gist/src/Gist.cpp
1515

1616
objects := $(patsubst %.cpp, %.o, $(srcfiles))
1717

0 commit comments

Comments
 (0)