summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2019-09-22 22:54:14 +0200
committerNicolas Schodet2019-09-26 20:24:32 +0200
commitb54a1d99f6528d34ea301b4ebdf1f9f53abd21c8 (patch)
treea55cb58239b68d3a48db83ef4c4425bf9b4e147f /Makefile
parentb837c88f7c868f614a33a00cc705da9f7dc825fe (diff)
Add PNG output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5c10084..6a0aeb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-CFLAGS := -Wall $(shell pkg-config libusb-1.0 --cflags)
-LDLIBS := $(shell pkg-config libusb-1.0 --libs)
+libs := libusb-1.0 libpng16
+CFLAGS := -Wall $(shell pkg-config $(libs) --cflags)
+LDLIBS := $(shell pkg-config $(libs) --libs)
all: moticam