aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/Makefile
diff options
context:
space:
mode:
authorLeo Howell <leo@lwh.jp>2009-09-27 16:31:03 +0900
committerLeo Howell <leo@lwh.jp>2009-09-27 16:31:03 +0900
commit559eb9633e1f97d70112f02538ae5e9a0e46f4d5 (patch)
tree78d3ce4998fc9cf60f55162c16323a415d47a57b /lpg/libqr/Makefile
parent24e968c84075344de2b6b31dc054bfe988eacd04 (diff)
downloadpdf-simple-sign-559eb9633e1f97d70112f02538ae5e9a0e46f4d5.tar.gz
pdf-simple-sign-559eb9633e1f97d70112f02538ae5e9a0e46f4d5.tar.xz
pdf-simple-sign-559eb9633e1f97d70112f02538ae5e9a0e46f4d5.zip
bitmap handling routines
Diffstat (limited to 'lpg/libqr/Makefile')
-rw-r--r--lpg/libqr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lpg/libqr/Makefile b/lpg/libqr/Makefile
index e9783f6..1571de4 100644
--- a/lpg/libqr/Makefile
+++ b/lpg/libqr/Makefile
@@ -3,10 +3,12 @@ OBJECTS := bitstream.o \
code-create.o \
code-layout.o \
code-parse.o \
- code-render.o \
data-common.o \
data-create.o \
data-parse.o \
+ qr-bitmap.o \
+ qr-bitmap-pbm.o \
+ qr-bitmap-render.o \
rs-encode.o
CFLAGS := -std=c89 -pedantic -I. -Wall