source: trunk/third/gnomemeeting/Makefile.am @ 21124

Revision 21124, 814 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21123, which included commits to RCS files with non-trunk default branches.
RevLine 
[21123]1SUBDIRS = pixmaps lib src po sounds man xdap_data help
2
3@INTLTOOL_DESKTOP_RULE@
4@INTLTOOL_SCHEMAS_RULE@
5
6DESKTOP_IN_FILES=gnomemeeting.desktop.in
7DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
8
9SCHEMAS_FILE = gnomemeeting.schemas
10
11EXTRA_DIST = $(DESKTOP_IN_FILES) $(DESKTOP_FILES) intltool-extract.in intltool-merge.in intltool-update.in FAQ $(SCHEMAS_FILE) src/gnomemeeting.server
12Applicationsdir = $(datadir)/applications
13Applications_DATA = $(DESKTOP_FILES)
14
15schemasdir = $(GCONF_SCHEMA_FILE_DIR)
16schemas_DATA = $(SCHEMAS_FILE)
17
18install-schemas: gnomemeeting.schemas
19        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(SCHEMAS_FILE) >&1 > /dev/null
20        gconftool-2 --shutdown
21
22if GCONF_SCHEMAS_INSTALL
23install-data-local: install-schemas
24else
25install-data-local:
26endif
Note: See TracBrowser for help on using the repository browser.