diff options
Diffstat (limited to 'lpg/libqr/Makefile')
-rw-r--r-- | lpg/libqr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lpg/libqr/Makefile b/lpg/libqr/Makefile index 49f89d4..5eba18b 100644 --- a/lpg/libqr/Makefile +++ b/lpg/libqr/Makefile @@ -9,6 +9,7 @@ OBJECTS := code-common.o \ qr-bitmap-pbm.o \ qr-bitmap-render.o \ qr-bitstream.o \ + qr-mask.o \ rs-encode.o CFLAGS := -std=c89 -pedantic -I. -Wall |