]> git.pld-linux.org Git - packages/eog.git/blame - eog-am.patch
- moved from /usr/X11R6 to /usr, release 4
[packages/eog.git] / eog-am.patch
CommitLineData
1c9caa12
MM
1diff -urN eog-1.1.0.orig/collection/Makefile.am eog-1.1.0/collection/Makefile.am
2--- eog-1.1.0.orig/collection/Makefile.am Sun Oct 13 23:44:47 2002
3+++ eog-1.1.0/collection/Makefile.am Sun Oct 13 23:49:52 2002
4@@ -98,5 +98,5 @@
5 uidir = $(datadir)/gnome-2.0/ui
6 ui_DATA = eog-collection-view-ui.xml
cf29bc82 7
1c9caa12
MM
8-CLEANFILES += $(EVOLUTION_GENERATED) $(BUILT_SOURCES)
9+CLEANFILES = $(EVOLUTION_GENERATED) $(BUILT_SOURCES)
10 EXTRA_DIST = $(ui_DATA) $(server_in_files) eog-collection-marshal.list
11diff -urN eog-1.1.0.orig/libeog/Makefile.am eog-1.1.0/libeog/Makefile.am
12--- eog-1.1.0.orig/libeog/Makefile.am Sun Oct 13 23:44:47 2002
13+++ eog-1.1.0/libeog/Makefile.am Sun Oct 13 23:48:30 2002
14@@ -67,7 +67,7 @@
15 @INTLTOOL_SERVER_RULE@
cf29bc82 16
1c9caa12
MM
17 BUILT_SOURCES=$(CORBA_SOURCES)
18-CLEANFILES += $(BUILT_SOURCES) $(server_DATA)
19+CLEANFILES = $(BUILT_SOURCES) $(server_DATA)
20
21 EXTRA_DIST = $(server_in_files)
22
23diff -urN eog-1.1.0.orig/viewer/Makefile.am eog-1.1.0/viewer/Makefile.am
24--- eog-1.1.0.orig/viewer/Makefile.am Sun Oct 13 23:44:47 2002
25+++ eog-1.1.0/viewer/Makefile.am Sun Oct 13 23:48:30 2002
26@@ -36,7 +36,7 @@
27 # eog-embeddable.c \
28 # eog-embeddable.h \
29 # eog-embeddable-view.c \
30-# eog-embeddable-view.h \
31+# eog-embeddable-view.h
32
33 eog_image_viewer_DEPENDENCIES = $(top_builddir)/libeog/libeog.a
cf29bc82 34
This page took 0.114891 seconds and 4 git commands to generate.