]> git.pld-linux.org Git - packages/nautilus.git/blame - nautilus-amfix.patch
- no *.la for nautilus modules
[packages/nautilus.git] / nautilus-amfix.patch
CommitLineData
6eaa7fd5
JB
1--- nautilus-1.0.6/data/Makefile.am.orig Sun Oct 7 18:36:03 2001
2+++ nautilus-1.0.6/data/Makefile.am Tue Nov 13 10:58:06 2001
3@@ -28,8 +28,6 @@
4 serverconfig.desktop \
5 $(NULL)
6
7-DESKTOP_FILES=$(DESKTOP_IN_FILES:.in=)
8-
9 nautilusdatadir = $(datadir)/nautilus
10
11 nautilusdata_DATA = \
12--- nautilus-1.0.6/components/tree/Makefile.am.orig Tue Nov 13 10:56:09 2001
13+++ nautilus-1.0.6/components/tree/Makefile.am Tue Nov 13 10:56:48 2001
14@@ -7,7 +7,7 @@
15 $(NAUTILUS_PRIVATE_CFLAGS) \
16 $(NULL)
17
18-TREE_VIEW_COMMON_SOURCES = \
19+TREE_VIEW_COMMON_SRCS = \
20 nautilus-tree-change-queue.c \
21 nautilus-tree-change-queue.h \
22 nautilus-tree-expansion-state.c \
23@@ -30,7 +30,7 @@
24 libnautilus-tree-view.la
25
26 libnautilus_tree_view_la_SOURCES = \
27- $(TREE_VIEW_COMMON_SOURCES) \
28+ $(TREE_VIEW_COMMON_SRCS) \
29 libmain.c \
30 $(NULL)
31
32--- nautilus-1.0.6/help/sgmldocs.make.orig Tue Nov 13 11:05:14 2001
33+++ nautilus-1.0.6/help/sgmldocs.make Tue Nov 13 11:03:02 2001
34@@ -58,7 +58,7 @@
35 -cp $(docname)/index.html .
36
37 $(docname).sgml: $(sgml_ents)
38- -ourdir=`pwd`; \
39+ ourdir=`pwd` || true; \
40 cd $(srcdir); \
41 cp $(sgml_ents) $$ourdir
42
3ccdb441
MM
43--- nautilus-1.0.6/Makefile.am~ Sun Aug 11 21:24:44 2002
44+++ nautilus-1.0.6/Makefile.am Sun Aug 11 21:25:51 2002
45@@ -24,6 +24,7 @@
46 test \
47 user-guide \
48 help \
49+ intl \
50 po \
51 omf-install \
52 $(NULL)
This page took 0.107753 seconds and 4 git commands to generate.