Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)cnijfilter2-source-5.20-1/cmdtocanonij2/filter/Makefile.am.old (-1 / +1 lines)
Lines 1-4 Link Here
1
filterdir=$(libdir)/cups/filter
1
filterdir=$(libexecdir)/cups/filter
2
2
3
filter_PROGRAMS= cmdtocanonij2
3
filter_PROGRAMS= cmdtocanonij2
4
4
(-)cnijfilter2-source-5.20-1/cnijbe2/src/Makefile.am.old (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with automake to produce Makefile.in
1
## Process this file with automake to produce Makefile.in
2
2
3
backend_bindir = /usr/lib/cups/backend
3
backend_bindir = /usr/libexec/cups/backend
4
backend_bin_PROGRAMS = cnijbe2
4
backend_bin_PROGRAMS = cnijbe2
5
transform = 
5
transform = 
6
6
(-)cnijfilter2-source-5.20-1/rastertocanonij/src/Makefile.am.old (-1 / +1 lines)
Lines 1-4 Link Here
1
filterdir=$(libdir)/cups/filter
1
filterdir=$(libexecdir)/cups/filter
2
2
3
filter_PROGRAMS= rastertocanonij
3
filter_PROGRAMS= rastertocanonij
4
4
(-)cnijfilter2-source-5.20-1/tocanonij/src/Makefile.am.old (-1 / +3 lines)
Lines 1-7 Link Here
1
INCLUDES = \
1
INCLUDES = \
2
	-I$(top_srcdir)/include/cncl
2
	-I$(top_srcdir)/include/cncl
3
3
4
bin_PROGRAMS= tocanonij
4
filterdir=$(libexecdir)/cups/filter
5
6
filter_PROGRAMS= tocanonij
5
7
6
tocanonij_SOURCES= \
8
tocanonij_SOURCES= \
7
	main.c
9
	main.c
(-)cnijfilter2-source-5.20-1/tocnpwg/src/Makefile.am.old (-1 / +2 lines)
Lines 2-8 Link Here
2
INCLUDES = \
2
INCLUDES = \
3
	@XML_2_CFLAGS@
3
	@XML_2_CFLAGS@
4
4
5
bin_PROGRAMS= tocnpwg
5
filterdir=$(libexecdir)/cups/filter
6
filter_PROGRAMS= tocnpwg
6
7
7
tocnpwg_SOURCES= \
8
tocnpwg_SOURCES= \
8
	main.c mkpset.c
9
	main.c mkpset.c

Return to bug 130645