23 lines
1.4 KiB
Diff
23 lines
1.4 KiB
Diff
--- hplip-2.7.6/Makefile.in.libsane 2007-06-29 15:31:53.000000000 +0100
|
|
+++ hplip-2.7.6/Makefile.in 2007-06-29 15:32:29.000000000 +0100
|
|
@@ -1912,7 +1912,7 @@
|
|
# scan/sane/dime.c scan/sane/dime.h scan/sane/webScanStub.h scan/sane/webScanH.h scan/sane/stdsoap2.h scan/sane/webScan.nsmap
|
|
@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LDFLAGS = -version-info 1:0:0
|
|
# The following is a interlibrary dependency that must be compiled first.
|
|
-@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la
|
|
+@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DWITH_LEAN
|
|
|
|
--- hplip-2.7.6/Makefile.am.libsane 2007-06-29 15:31:53.000000000 +0100
|
|
+++ hplip-2.7.6/Makefile.am 2007-06-29 15:32:14.000000000 +0100
|
|
@@ -187,7 +187,7 @@
|
|
# scan/sane/dime.c scan/sane/dime.h scan/sane/webScanStub.h scan/sane/webScanH.h scan/sane/stdsoap2.h scan/sane/webScan.nsmap
|
|
libsane_hpaio_la_LDFLAGS = -version-info 1:0:0
|
|
# The following is a interlibrary dependency that must be compiled first.
|
|
-libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la
|
|
+libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DWITH_LEAN
|
|
|