25 lines
1.5 KiB
Diff
25 lines
1.5 KiB
Diff
diff -up hplip-2.8.10/Makefile.am.libsane hplip-2.8.10/Makefile.am
|
|
--- hplip-2.8.10/Makefile.am.libsane 2008-10-31 22:25:17.000000000 +0000
|
|
+++ hplip-2.8.10/Makefile.am 2008-12-11 12:26:58.000000000 +0000
|
|
@@ -194,7 +194,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-2.8.10/Makefile.in.libsane hplip-2.8.10/Makefile.in
|
|
--- hplip-2.8.10/Makefile.in.libsane 2008-10-31 22:27:27.000000000 +0000
|
|
+++ hplip-2.8.10/Makefile.in 2008-12-11 12:26:58.000000000 +0000
|
|
@@ -2653,7 +2653,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)
|
|
|