mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-23 16:32:58 +00:00
12 lines
528 B
Diff
12 lines
528 B
Diff
diff -Naur hplip-3.15.6.orig/Makefile.am hplip-3.15.6/Makefile.am
|
|
--- hplip-3.15.6.orig/Makefile.am 2015-06-17 13:45:49.385359446 +0300
|
|
+++ hplip-3.15.6/Makefile.am 2015-06-17 13:45:56.173359044 +0300
|
|
@@ -255,7 +255,7 @@
|
|
#hpipp_la_LDFLAGS = -module -avoid-version
|
|
libhpipp_la_SOURCES = protocol/hp_ipp.c protocol/hp_ipp.h protocol/hp_ipp_i.h
|
|
libhpipp_la_CFLAGS = -DCONFDIR=\"$(hplip_confdir)\"
|
|
-libhpipp_la_LDFLAGS = -version-info 0:1:0
|
|
+libhpipp_la_LDFLAGS = -version-info 0:1:0 -lcups
|
|
libhpipp_la_LIBADD = libhpmud.la
|
|
|
|
|