25 lines
1.5 KiB
Diff
25 lines
1.5 KiB
Diff
diff -up hplip-3.9.2/Makefile.am.libsane hplip-3.9.2/Makefile.am
|
|
--- hplip-3.9.2/Makefile.am.libsane 2009-02-20 00:36:58.000000000 +0000
|
|
+++ hplip-3.9.2/Makefile.am 2009-02-20 11:10:19.000000000 +0000
|
|
@@ -195,7 +195,7 @@ else
|
|
libsane_hpaio_la_LDFLAGS = -version-info 1:0:0
|
|
endif
|
|
# The following is a interlibrary dependency that must be compiled first.
|
|
-libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la $(DBUS_LIBS) -lcups
|
|
+libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la $(DBUS_LIBS) -lcups -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
libsane_hpaio_la_CFLAGS = $(DBUS_CFLAGS)
|
|
|
|
diff -up hplip-3.9.2/Makefile.in.libsane hplip-3.9.2/Makefile.in
|
|
--- hplip-3.9.2/Makefile.in.libsane 2009-02-20 00:37:52.000000000 +0000
|
|
+++ hplip-3.9.2/Makefile.in 2009-02-20 11:10:42.000000000 +0000
|
|
@@ -3933,7 +3933,7 @@ dist_unrel_DATA =
|
|
@DARWIN_BUILD_FALSE@@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LDFLAGS = -version-info 1:0:0
|
|
@DARWIN_BUILD_TRUE@@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LDFLAGS = -module -framework CoreFoundation -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 $(DBUS_LIBS) -lcups
|
|
+@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la $(DBUS_LIBS) -lcups -lsane
|
|
#libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
|
|
@HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_CFLAGS = $(DBUS_CFLAGS)
|
|
|