diff options
Diffstat (limited to 'x11-fm/nautilus2/files/patch-Makefile.in')
-rw-r--r-- | x11-fm/nautilus2/files/patch-Makefile.in | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/x11-fm/nautilus2/files/patch-Makefile.in b/x11-fm/nautilus2/files/patch-Makefile.in index 175d74d23..dd27d3a1b 100644 --- a/x11-fm/nautilus2/files/patch-Makefile.in +++ b/x11-fm/nautilus2/files/patch-Makefile.in @@ -1,10 +1,11 @@ ---- Makefile.in.orig Mon Nov 11 01:18:40 2002 -+++ Makefile.in Mon Nov 11 01:19:14 2002 -@@ -164,7 +164,6 @@ - libnautilus-private \ - libnautilus-adapter \ - src \ -- test \ - components \ - po \ - data \ +--- Makefile.in.orig Tue Dec 10 16:43:48 2002 ++++ Makefile.in Tue Dec 10 16:44:13 2002 +@@ -146,7 +146,7 @@ + + DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop) + +-SUBDIRS = libnautilus cut-n-paste-code libbackground libnautilus-private libnautilus-adapter src test components po data icons docs $(NULL) ++SUBDIRS = libnautilus cut-n-paste-code libbackground libnautilus-private libnautilus-adapter src components po data icons docs $(NULL) + + + EXTRA_DIST = COPYING.LIB COPYING-DOCS HACKING MAINTAINERS nautilus.spec.in nautilus.desktop nautilus.desktop.in gnome-starthere-96.png gnome-starthere.png ChangeLog-20000414 ChangeLog-20000625 ChangeLog-20000831 ChangeLog-20001018 intltool-extract.in intltool-merge.in intltool-update.in Makefile.shared add-include-prefix $(DESKTOP_IN_FILES) $(DESKTOP_FILES) $(NULL) |