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

Revision 18660, 1016 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18659, 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
8EXTRA_DIST =                    \
9        DEPENDS                 \
10        HACKING                 \
11        MAINTAINERS             \
12        TODO                    \
13        $(schemas_in_files)     \
14        $(Graphics_in_files)    \
15        eog.spec                \
16        eog.gladep              \
17        eog.glade               \
18        eog-glade.h             \
19        eog.spec.in             \
20        gnome-eog.png           \
21        intltool-extract.in     \
22        intltool-update.in      \
23        intltool-merge.in       \
24        xmldocs.make
25
26Graphicsdir = $(datadir)/applications
27Graphics_in_files = eog.desktop.in
28Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
29
30Gladedir = $(datadir)/eog/glade
31Glade_DATA = eog.glade
32
33@INTLTOOL_DESKTOP_RULE@
34
35schemasdir = $(sysconfdir)/gconf/schemas
36schemas_in_files = eog.schemas.in
37schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
38
39@INTLTOOL_SCHEMAS_RULE@
40
41icondir = $(datadir)/pixmaps
42icon_DATA = gnome-eog.png
43
44install-data-local:
45        GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
Note: See TracBrowser for help on using the repository browser.