aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lpg/libqr/Makefile')
-rw-r--r--lpg/libqr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lpg/libqr/Makefile b/lpg/libqr/Makefile
index e36b09f..1f34caf 100644
--- a/lpg/libqr/Makefile
+++ b/lpg/libqr/Makefile
@@ -5,7 +5,8 @@ OBJECTS := bitstream.o \
code-render.o \
data-common.o \
data-create.o \
- data-parse.o
+ data-parse.o \
+ rs-encode.o
CFLAGS := -std=c89 -pedantic -I. -Wall
CFLAGS += -g