source: trunk/third/eog/Makefile.am @ 19173

Revision 19173, 1.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19172, which included commits to RCS files with non-trunk default branches.
Line 
1if ENABLE_COLLECTION
2collection_DIRS = collection
3endif
4
5SUBDIRS = art idl libeog viewer $(collection_DIRS) shell po help omf-install
6DIST_SUBDIRS = $(SUBDIRS) collection
7
8ACLOCAL_AMFLAGS = -I /usr/share/aclocal/gnome2-macros
9
10EXTRA_DIST =                    \
11        DEPENDS                 \
12        HACKING                 \
13        MAINTAINERS             \
14        TODO                    \
15        $(schemas_in_files)     \
16        $(Graphics_in_files)    \
17        eog.spec                \
18        eog.gladep              \
19        eog.glade               \
20        eog-glade.h             \
21        eog.spec.in             \
22        gnome-eog.png           \
23        intltool-extract.in     \
24        intltool-update.in      \
25        intltool-merge.in       \
26        xmldocs.make
27
28Graphicsdir = $(datadir)/applications
29Graphics_in_files = eog.desktop.in
30Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
31
32Gladedir = $(datadir)/eog/glade
33Glade_DATA = eog.glade
34
35@INTLTOOL_DESKTOP_RULE@
36
37schemasdir = $(sysconfdir)/gconf/schemas
38schemas_in_files = eog.schemas.in
39schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
40
41@INTLTOOL_SCHEMAS_RULE@
42
43icondir = $(datadir)/pixmaps
44icon_DATA = gnome-eog.png
45
46install-data-local:
47        GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
Note: See TracBrowser for help on using the repository browser.