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