23 lines
1.4 KiB
Diff
23 lines
1.4 KiB
Diff
--- hplip-1.7.2/Makefile.in.libsane 2007-04-03 13:52:04.000000000 +0100
|
|
+++ hplip-1.7.2/Makefile.in 2007-04-03 13:53:17.000000000 +0100
|
|
@@ -579,7 +579,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
|
|
@SCAN_BUILD_TRUE@libsane_hpaio_la_LDFLAGS = -version-info $(MAJORVER):$(MINORVER):$(AGEVER)
|
|
# The following is a interlibrary dependency that must be compiled first.
|
|
-@SCAN_BUILD_TRUE@libsane_hpaio_la_LIBADD = libhpip.la libhplip-api.la
|
|
+@SCAN_BUILD_TRUE@libsane_hpaio_la_LIBADD = libhpip.la libhplip-api.la -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
@SCAN_BUILD_TRUE@libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DWITH_LEAN
|
|
|
|
--- hplip-1.7.2/Makefile.am.libsane 2007-04-03 13:52:04.000000000 +0100
|
|
+++ hplip-1.7.2/Makefile.am 2007-04-03 13:52:40.000000000 +0100
|
|
@@ -192,7 +192,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 $(MAJORVER):$(MINORVER):$(AGEVER)
|
|
# The following is a interlibrary dependency that must be compiled first.
|
|
-libsane_hpaio_la_LIBADD = libhpip.la libhplip-api.la
|
|
+libsane_hpaio_la_LIBADD = libhpip.la libhplip-api.la -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DWITH_LEAN
|
|
|