aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a454c34..e7c5cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@ CC := gcc
CXX := g++
CFLAGS := -g -Wall
CXXFLAGS := -g -Wall -std=c++14
-LDFLAGS := -g -lavformat -lavutil -lavcodec
+LDFLAGS := -g \
+ -lavformat -lavutil -lavcodec \
+ -laws-cpp-sdk-core -laws-cpp-sdk-s3
C_SOURCES := $(shell find . -maxdepth 1 -name '*.c')
CPP_SOURCES := $(shell find . -maxdepth 1 -name '*.cpp')