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

Revision 20978, 1001 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20977, which included commits to RCS files with non-trunk default branches.
Line 
1if ENABLE_JPEG
2jpeg_DIRS = jpegutils
3endif
4
5SUBDIRS = art $(jpeg_DIRS) libeog shell po help
6DIST_SUBDIRS = $(SUBDIRS) jpegutils
7
8EXTRA_DIST =                    \
9        DEPENDS                 \
10        HACKING                 \
11        MAINTAINERS             \
12        TODO                    \
13        $(schemas_in_files)     \
14        $(desktop_in_files)     \
15        eog.spec                \
16        eog.gladep              \
17        eog.glade               \
18        eog.spec.in             \
19        gnome-eog.png           \
20        intltool-extract.in     \
21        intltool-update.in      \
22        intltool-merge.in       
23
24desktopdir = $(datadir)/applications
25desktop_in_files = eog.desktop.in
26desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
27
28gladedir = $(datadir)/eog/glade
29glade_DATA = eog.glade
30
31@INTLTOOL_DESKTOP_RULE@
32
33schemasdir = $(sysconfdir)/gconf/schemas
34schemas_in_files = eog.schemas.in
35schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
36
37@INTLTOOL_SCHEMAS_RULE@
38
39icondir = $(datadir)/pixmaps
40icon_DATA = gnome-eog.png
41
42if GCONF_SCHEMAS_INSTALL
43install-data-local:
44        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
45else
46install-data-local:
47endif
Note: See TracBrowser for help on using the repository browser.