]> git.pld-linux.org Git - packages/libgnomeprint.git/commitdiff
fix for automake 1.6.x
authorArtur Frysiak <artur@frysiak.net>
Fri, 24 May 2002 14:38:41 +0000 (14:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgnomeprint-am16.patch -> 1.1

libgnomeprint-am16.patch [new file with mode: 0644]

diff --git a/libgnomeprint-am16.patch b/libgnomeprint-am16.patch
new file mode 100644 (file)
index 0000000..649c22a
--- /dev/null
@@ -0,0 +1,30 @@
+--- libgnomeprint-1.113.0/libgnomeprint/drivers/Makefile.am.wiget      Fri May 24 14:04:06 2002
++++ libgnomeprint-1.113.0/libgnomeprint/drivers/Makefile.am    Fri May 24 14:05:30 2002
+@@ -11,7 +11,7 @@
+ libgnomeprint_fax_la_LDFLAGS =  -version-info 0:0:0 -module
+ libgnomeprint_fax_la_LIBADD =
+-libexecdir = $(libdir)/gnome-print-2.0/drivers
++driversdir = $(libdir)/gnome-print-2.0/drivers
+ if HAVE_OMNI
+ omni_libraries = $(OMNI2_LIB)
+@@ -23,7 +23,7 @@
+ omni_libadd =
+ endif
+-libexec_LTLIBRARIES = \
++drivers_LTLIBRARIES = \
+       $(FAX_LIB) \
+       $(omni_libraries)
+ noinst_LTLIBRARIES =
+--- libgnomeprint-1.113.0/libgnomeprint/transports/Makefile.am.wiget   Fri May 24 14:06:16 2002
++++ libgnomeprint-1.113.0/libgnomeprint/transports/Makefile.am Fri May 24 14:07:26 2002
+@@ -1,5 +1,5 @@
+-libexecdir = $(libdir)/gnome-print-2.0/transports
+-libexec_LTLIBRARIES = \
++transportsdir = $(libdir)/gnome-print-2.0/transports
++transports_LTLIBRARIES = \
+       $(FILE_LIB) \
+       $(LPR_LIB)
This page took 0.073031 seconds and 4 git commands to generate.