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.
RevLine 
[20977]1if ENABLE_JPEG
2jpeg_DIRS = jpegutils
[18659]3endif
[18379]4
[20977]5SUBDIRS = art $(jpeg_DIRS) libeog shell po help
6DIST_SUBDIRS = $(SUBDIRS) jpegutils
[18659]7
[20977]8EXTRA_DIST =                    \
[18379]9        DEPENDS                 \
10        HACKING                 \
11        MAINTAINERS             \
12        TODO                    \
[18659]13        $(schemas_in_files)     \
[20977]14        $(desktop_in_files)     \
[18379]15        eog.spec                \
[18659]16        eog.gladep              \
17        eog.glade               \
[18379]18        eog.spec.in             \
19        gnome-eog.png           \
20        intltool-extract.in     \
21        intltool-update.in      \
[20977]22        intltool-merge.in       
[18379]23
[20977]24desktopdir = $(datadir)/applications
25desktop_in_files = eog.desktop.in
26desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
[18379]27
[20977]28gladedir = $(datadir)/eog/glade
29glade_DATA = eog.glade
[18659]30
[18379]31@INTLTOOL_DESKTOP_RULE@
32
[18659]33schemasdir = $(sysconfdir)/gconf/schemas
34schemas_in_files = eog.schemas.in
35schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
[18379]36
[18659]37@INTLTOOL_SCHEMAS_RULE@
38
[18379]39icondir = $(datadir)/pixmaps
40icon_DATA = gnome-eog.png
41
[20977]42if GCONF_SCHEMAS_INSTALL
[18379]43install-data-local:
[20977]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.