Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)old/scangearmp-source-1.50-1/scangearmp/backend/Makefile.am (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
libsane_canon_mfp_la_CFLAGS = -DV_MAJOR=$(BACKEND_V_MAJOR) -DV_MINOR=$(BACKEND_V_MINOR)
19
libsane_canon_mfp_la_CFLAGS = -DV_MAJOR=$(BACKEND_V_MAJOR) -DV_MINOR=$(BACKEND_V_MINOR)
20
libsane_canon_mfp_la_LIBADD = $(LIBLTDL) -lusb -ldl -lcncpnet -lpthread
20
libsane_canon_mfp_la_LIBADD = $(LIBLTDL) -lusb -ldl -lcncpnet -lpthread
21
libsane_canon_mfp_la_LDFLAGS = -version-info $(BACKEND_V_MAJOR):$(BACKEND_V_MINOR):$(BACKEND_V_REV)
21
libsane_canon_mfp_la_LDFLAGS = -version-info $(BACKEND_V_MAJOR):$(BACKEND_V_MINOR):$(BACKEND_V_REV) -L../../com/libs_bin
22
22
23
EXTRA_DIST = \
23
EXTRA_DIST = \
24
       canon_mfp.conf canon_mfp_opts.h
24
       canon_mfp.conf canon_mfp_opts.h

Return to bug 130645