Skip to content

Commit 0c5bee5

Browse files
committed
Update 'Makefile'
Jenkins === To use Jenkins for this project you need the Copy Artifacts plugin, unless you already have libjbig installed on your system
1 parent 27c2cce commit 0c5bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FINAL_LIBS=$(shell pkg-config --libs libusb-1.0) -ljbig -lcups
2626
BIN = bin/gurich
2727
BIN_CBACKEND = bin/gurich_cbackend
2828

29-
CFLAGS = -Isrc $(LIBS)
29+
CFLAGS = -Isrc -Ilibjbig -Llibjbig $(LIBS)
3030

3131
CBACKEND_DEPEND = src/prntother.o src/basic.o src/prntcommon.o
3232

0 commit comments

Comments
 (0)