summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2019-09-28 22:17:40 +0200
committerNicolas Schodet2019-11-14 00:41:59 +0100
commit4832457478133cd9610a17070b07d1abbdd45443 (patch)
treed4d2dbd1b9cd520673e0a3cb073ca10fd7f1db97 /Makefile
parent51675360e87297cbf4423a1b12ae0c6a06a92158 (diff)
Add keyboard commands
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 \