source: trunk/third/gnome-media/grecord/Makefile.am @ 21017

Revision 21017, 1.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21016, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = src doc
2
3EXTRA_DIST = \
4        README COPYING AUTHORS INSTALL \
5        gnome-sound-recorder.desktop.in \
6        pixmaps/gnome_mixer.xpm \
7        $(pixmap_DATA)          \
8        $(Icon_DATA)            \
9        gnome-grecord.png       \
10        gnome-sound-recorder.schemas.in \
11        gsr.xml
12
13@INTLTOOL_DESKTOP_RULE@
14@INTLTOOL_SCHEMAS_RULE@
15
16Applicationsdir = $(datadir)/applications
17Applications_in_files = gnome-sound-recorder.desktop.in
18Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
19
20
21Icondir = $(datadir)/pixmaps
22Icon_DATA = gnome-grecord.png
23
24pixmapdir = $(datadir)/pixmaps/gnome-media/gnome-sound-recorder
25pixmap_DATA = media-record.png          \
26              media-play.png            \
27              media-stop.png
28
29uidir = $(datadir)/gnome-sound-recorder/ui
30ui_DATA = gsr.xml
31
32schemadir=$(GCONF_SCHEMA_FILE_DIR)
33schema_DATA=gnome-sound-recorder.schemas
34
35CLEANFILES=$(Applications_DATA) $(schema_DATA)
36install-schemas:
37        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) || true
38
39if GCONF_SCHEMAS_INSTALL
40install-data-local: install-schemas
41else
42install-data-local:
43endif
44
Note: See TracBrowser for help on using the repository browser.