blob: ae0c38ff325e3053210432b9362973750cb20df5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- Makefile.in.orig Sat Oct 5 01:19:24 2002
+++ Makefile.in Sat Oct 5 01:20:58 2002
@@ -115,22 +115,10 @@
bin_SCRIPTS = gdk-pixbuf-config
-confexecdir = $(libdir)
-confexec_DATA = \
- gdk_pixbufConf.sh \
- gdk_pixbuf_xlibConf.sh \
- gnomecanvaspixbufConf.sh
-
-
-EXTRA_DIST = \
- gdk_pixbufConf.sh.in \
- gdk_pixbuf_xlibConf.sh.in \
- gnomecanvaspixbufConf.sh.in \
- gdk-pixbuf-config.in \
- gdk-pixbuf.m4 \
- gdk-pixbuf.spec \
- gdk-pixbuf.spec.in
+confexecdir = $(sysconfdir)
+confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh
+EXTRA_DIST = gdk_pixbufConf.sh.in gdk_pixbuf_xlibConf.sh.in gdk-pixbuf-config.in gdk-pixbuf.m4 gdk-pixbuf.spec gdk-pixbuf.spec.in @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh.in
m4datadir = $(prefix)/share/aclocal
m4data_DATA = gdk-pixbuf.m4
|