summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05776d6..792b835 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-libs := libusb-1.0 libpng16 sdl2
+libs := libusb-1.0 libpng16 sdl2 SDL2_ttf
CFLAGS := -g -Wall $(shell pkg-config $(libs) --cflags)
LDLIBS := $(shell pkg-config $(libs) --libs)
SOURCES := \
device.c \
image.c \
+ live.c \
main.c \
moticam.c \
options.c \