summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 20:18:27 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 20:18:27 +0100
commitdaaf50c75a4201bdf2911aa9c2fa2765fa9e40e7 (patch)
tree8ea0cec3ecbc810fae0aac59fc7a1606ca00eade /Makefile
parent253e5f1ad3526de662e66c12f3e083025436c8e3 (diff)
downloadpcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.gz
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.bz2
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.xz
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.zip
Image frames decoding
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 394328f..f510ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ BINARIES += pci
INCDIR += ./
LDINC += $(addprefix -L ,$(LIBDIR))
-LDFLAGS += -pthread
+LDFLAGS += -pthread -lufodecode
CFLAGS += -pthread
DESTDIR ?= /usr/local