]> git.pld-linux.org Git - packages/libgnomeprint.git/blob - libgnomeprint-am16.patch
fix for automake 1.6.x
[packages/libgnomeprint.git] / libgnomeprint-am16.patch
1 --- libgnomeprint-1.113.0/libgnomeprint/drivers/Makefile.am.wiget       Fri May 24 14:04:06 2002
2 +++ libgnomeprint-1.113.0/libgnomeprint/drivers/Makefile.am     Fri May 24 14:05:30 2002
3 @@ -11,7 +11,7 @@
4  libgnomeprint_fax_la_LDFLAGS =  -version-info 0:0:0 -module
5  libgnomeprint_fax_la_LIBADD =
6  
7 -libexecdir = $(libdir)/gnome-print-2.0/drivers
8 +driversdir = $(libdir)/gnome-print-2.0/drivers
9  
10  if HAVE_OMNI
11  omni_libraries = $(OMNI2_LIB)
12 @@ -23,7 +23,7 @@
13  omni_libadd =
14  endif
15  
16 -libexec_LTLIBRARIES = \
17 +drivers_LTLIBRARIES = \
18         $(FAX_LIB) \
19         $(omni_libraries)
20  noinst_LTLIBRARIES =
21 --- libgnomeprint-1.113.0/libgnomeprint/transports/Makefile.am.wiget    Fri May 24 14:06:16 2002
22 +++ libgnomeprint-1.113.0/libgnomeprint/transports/Makefile.am  Fri May 24 14:07:26 2002
23 @@ -1,5 +1,5 @@
24 -libexecdir = $(libdir)/gnome-print-2.0/transports
25 -libexec_LTLIBRARIES = \
26 +transportsdir = $(libdir)/gnome-print-2.0/transports
27 +transports_LTLIBRARIES = \
28         $(FILE_LIB) \
29         $(LPR_LIB)
30  
This page took 0.144926 seconds and 3 git commands to generate.